Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_inline_html_comments.html
diff --git a/vendor/cebe/markdown/tests/markdown-data/md1_inline_html_comments.html b/vendor/cebe/markdown/tests/markdown-data/md1_inline_html_comments.html
new file mode 100644 (file)
index 0000000..8df5e1c
--- /dev/null
@@ -0,0 +1,8 @@
+<p>Paragraph one.</p>
+<!-- This is a simple comment -->
+<!--
+       This is another comment.
+-->
+<p>Paragraph two.</p>
+<!-- one comment block -- -- with two comments -->
+<p>The end.</p>