Add testing for increasing Headings on Markdown export

This commit is contained in:
MinchinWeb 2015-04-14 15:13:00 -06:00
parent 1d3c9daafe
commit f1a83a51ed
3 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,42 @@
[2015-04-14 13:23] Heading Test
H1-1
=
H1-2
===
H1-3
============================
H2-1
-
H2-2
---
H2-3
----------------------------------
Horizontal Rules (ignore)
---
===
# ATX H1
## ATX H2
### ATX H3
#### ATX H4
##### ATX H5
###### ATX H6
Stuff
More stuff
more stuff again