markdownlint/test/headers_surrounding_space_atx.md

13 lines
239 B
Markdown
Raw Normal View History

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