diff options
Diffstat (limited to 'tests/extensions/extra/raw-html.html')
-rw-r--r-- | tests/extensions/extra/raw-html.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/extensions/extra/raw-html.html b/tests/extensions/extra/raw-html.html index 897ad24..f8874c3 100644 --- a/tests/extensions/extra/raw-html.html +++ b/tests/extensions/extra/raw-html.html @@ -27,5 +27,11 @@ 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>
\ No newline at end of file +<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 |