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