diff options
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/atx_heading.md')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/atx_heading.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/atx_heading.md b/vendor/parsedown-0.9.0/tests/data/atx_heading.md new file mode 100644 index 00000000..2d5c6ca0 --- /dev/null +++ b/vendor/parsedown-0.9.0/tests/data/atx_heading.md @@ -0,0 +1,15 @@ +# h1
+
+## h2
+
+### h3
+
+#### h4
+
+##### h5
+
+###### h6
+
+# closed h1 #
+
+#
\ No newline at end of file |