aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/self-closing_html.md
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/self-closing_html.md')
-rw-r--r--library/parsedown/test/data/self-closing_html.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/library/parsedown/test/data/self-closing_html.md b/library/parsedown/test/data/self-closing_html.md
new file mode 100644
index 000000000..acb20327d
--- /dev/null
+++ b/library/parsedown/test/data/self-closing_html.md
@@ -0,0 +1,12 @@
+<hr>
+paragraph
+<hr/>
+paragraph
+<hr />
+paragraph
+<hr class="foo" id="bar" />
+paragraph
+<hr class="foo" id="bar"/>
+paragraph
+<hr class="foo" id="bar" >
+paragraph \ No newline at end of file