aboutsummaryrefslogtreecommitdiffstats
path: root/tests2/php-markdown-cases-new/Inline HTML comments.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests2/php-markdown-cases-new/Inline HTML comments.txt')
-rw-r--r--tests2/php-markdown-cases-new/Inline HTML comments.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests2/php-markdown-cases-new/Inline HTML comments.txt b/tests2/php-markdown-cases-new/Inline HTML comments.txt
new file mode 100644
index 0000000..d57d00a
--- /dev/null
+++ b/tests2/php-markdown-cases-new/Inline HTML comments.txt
@@ -0,0 +1,9 @@
+Paragraph one.
+
+<!-- double--dash (invalid SGML comment) -->
+
+Paragraph two.
+
+<!-- enclosed tag </div> -->
+
+The end.