diff options
Diffstat (limited to 'tests/markdown-test/inline-html-advanced.html')
-rw-r--r-- | tests/markdown-test/inline-html-advanced.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/markdown-test/inline-html-advanced.html b/tests/markdown-test/inline-html-advanced.html new file mode 100644 index 0000000..c72bebb --- /dev/null +++ b/tests/markdown-test/inline-html-advanced.html @@ -0,0 +1,18 @@ + +<p>Simple block on one line: +</p> +<div>foo</div> + +<p>And nested without indentation: +</p> +<div> +<div> +<div> +foo +</div> +</div> +<div>bar</div> +</div> + + + |