aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.html')
-rw-r--r--vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.html b/vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.html
new file mode 100644
index 0000000..f201242
--- /dev/null
+++ b/vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.html
@@ -0,0 +1,13 @@
+<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>