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