aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/raw-html.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extensions/extra/raw-html.html')
-rw-r--r--tests/extensions/extra/raw-html.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/tests/extensions/extra/raw-html.html b/tests/extensions/extra/raw-html.html
index f8874c3..7acb2ee 100644
--- a/tests/extensions/extra/raw-html.html
+++ b/tests/extensions/extra/raw-html.html
@@ -27,11 +27,18 @@ Note: Subelements are not required to have tail text.</div>
Raw html blocks may also be nested.
</div>
-
-
</div>
<p>This text is after the markdown in html.</p>
<div name="issue308">
<p><span>1</span>
<span>2</span></p>
-</div> \ No newline at end of file
+</div>
+<div name="issue368">
+<p>Markdown is <em>active</em> here.</p>
+<div name="RawHtml">
+Raw html blocks may also be nested.
+</div>
+
+<p>Markdown is <em>still</em> active here.</p>
+</div>
+<p>Markdown is <em>active again</em> here.</p> \ No newline at end of file