Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_inline_html_avanced.html
diff --git a/vendor/cebe/markdown/tests/markdown-data/md1_inline_html_avanced.html b/vendor/cebe/markdown/tests/markdown-data/md1_inline_html_avanced.html
new file mode 100644 (file)
index 0000000..39f5a6e
--- /dev/null
@@ -0,0 +1,11 @@
+<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>