aboutsummaryrefslogtreecommitdiff
path: root/tests/markdown-test/inline-html-advanced.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/markdown-test/inline-html-advanced.html')
-rw-r--r--tests/markdown-test/inline-html-advanced.html12
1 files changed, 12 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..af1dec1
--- /dev/null
+++ b/tests/markdown-test/inline-html-advanced.html
@@ -0,0 +1,12 @@
+<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> \ No newline at end of file