mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-24 01:40:13 +01:00
12 lines
239 B
Markdown
12 lines
239 B
Markdown
# 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.
|