summaryrefslogtreecommitdiff
path: root/vendor/erusev/parsedown/test/data/html_comment.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/erusev/parsedown/test/data/html_comment.html')
-rw-r--r--vendor/erusev/parsedown/test/data/html_comment.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/erusev/parsedown/test/data/html_comment.html b/vendor/erusev/parsedown/test/data/html_comment.html
new file mode 100644
index 00000000..566dc3ad
--- /dev/null
+++ b/vendor/erusev/parsedown/test/data/html_comment.html
@@ -0,0 +1,5 @@
+<!-- single line -->
+<p>paragraph</p>
+<!--
+ multiline -->
+<p>paragraph</p> \ No newline at end of file