summaryrefslogtreecommitdiff
path: root/vendor/parsedown-0.9.0/tests/data/atx_heading.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/atx_heading.html')
-rw-r--r--vendor/parsedown-0.9.0/tests/data/atx_heading.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/atx_heading.html b/vendor/parsedown-0.9.0/tests/data/atx_heading.html
new file mode 100644
index 00000000..6c9b38e9
--- /dev/null
+++ b/vendor/parsedown-0.9.0/tests/data/atx_heading.html
@@ -0,0 +1,8 @@
+<h1>h1</h1>
+<h2>h2</h2>
+<h3>h3</h3>
+<h4>h4</h4>
+<h5>h5</h5>
+<h6>h6</h6>
+<h1>closed h1</h1>
+<p>#</p> \ No newline at end of file