aboutsummaryrefslogtreecommitdiff
path: root/tests/MarkdownTest_1.0.3/Tests/Inline HTML comments.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MarkdownTest_1.0.3/Tests/Inline HTML comments.html')
-rw-r--r--tests/MarkdownTest_1.0.3/Tests/Inline HTML comments.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/MarkdownTest_1.0.3/Tests/Inline HTML comments.html b/tests/MarkdownTest_1.0.3/Tests/Inline HTML comments.html
deleted file mode 100644
index 3f167a161..000000000
--- a/tests/MarkdownTest_1.0.3/Tests/Inline HTML comments.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>