Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_inline_html_avanced.md
diff --git a/vendor/cebe/markdown/tests/markdown-data/md1_inline_html_avanced.md b/vendor/cebe/markdown/tests/markdown-data/md1_inline_html_avanced.md
new file mode 100644 (file)
index 0000000..9d71ddc
--- /dev/null
@@ -0,0 +1,14 @@
+Simple block on one line:
+
+<div>foo</div>
+
+And nested without indentation:
+
+<div>
+<div>
+<div>
+foo
+</div>
+</div>
+<div>bar</div>
+</div>