diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2014-11-19 21:00:36 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2014-11-19 21:00:36 -0500 |
commit | c2498b92236afceae77f51343086c6a8d4350f4a (patch) | |
tree | 60710f46d9449af778a2e8759f5aba7bc157e0f1 /tests/extensions/extra/raw-html.txt | |
parent | ed0ff55087235db8a3f02e10d6a1ed603ef4c476 (diff) | |
parent | 5d913699758a5815bc114a9e8c08db61eb206a5d (diff) | |
download | markdown-c2498b92236afceae77f51343086c6a8d4350f4a.tar.gz markdown-c2498b92236afceae77f51343086c6a8d4350f4a.tar.bz2 markdown-c2498b92236afceae77f51343086c6a8d4350f4a.zip |
Merge pull request #371 from facelessuser/master
Issue #368: Fix Markdown in raw HTML stops working
Diffstat (limited to 'tests/extensions/extra/raw-html.txt')
-rw-r--r-- | tests/extensions/extra/raw-html.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/extensions/extra/raw-html.txt b/tests/extensions/extra/raw-html.txt index 0a82ccf..72f530b 100644 --- a/tests/extensions/extra/raw-html.txt +++ b/tests/extensions/extra/raw-html.txt @@ -51,3 +51,17 @@ This text is after the markdown in html. <span>2</span> </div> + +<div markdown="1" name="issue368"> + +Markdown is *active* here. + +<div name="RawHtml"> +Raw html blocks may also be nested. +</div> + +Markdown is *still* active here. + +</div> + +Markdown is *active again* here. |