summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/original/inline_html_comments.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/test/original/inline_html_comments.md')
-rw-r--r--packages/markdown/marked/test/original/inline_html_comments.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/markdown/marked/test/original/inline_html_comments.md b/packages/markdown/marked/test/original/inline_html_comments.md
new file mode 100644
index 00000000..41d830d0
--- /dev/null
+++ b/packages/markdown/marked/test/original/inline_html_comments.md
@@ -0,0 +1,13 @@
+Paragraph one.
+
+<!-- This is a simple comment -->
+
+<!--
+ This is another comment.
+-->
+
+Paragraph two.
+
+<!-- one comment block -- -- with two comments -->
+
+The end.