mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
24 lines
235 B
Markdown
24 lines
235 B
Markdown
# One
|
|
|
|
## Two
|
|
|
|
### THREE
|
|
|
|
## four
|
|
|
|
## Five
|
|
|
|
### SiX
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD043": {
|
|
"headings": [
|
|
"# One",
|
|
"## Two",
|
|
"### Three",
|
|
"## Four",
|
|
"## Five",
|
|
"### Six"
|
|
]
|
|
}
|
|
} -->
|