markdownlint/test/headings_surrounding_space_atx.md
Milos Levacic 45424cf459 Change "header" to "heading" across the library
This should be backward compatible, as all "header" aliases are still
available, though documented as discouraged for future use.
2018-04-18 22:27:48 -07:00

12 lines
245 B
Markdown

# Heading 1
## Heading 2 {MD022}
Some text
## Heading 3 {MD022}
Some text
## Heading 4 {MD022}
## Heading 5
* This shouldn't trigger MD022, but did because of some bug where we tried to
#catch headings that kramdown didn't parse correctly.