mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-10 07:34:21 +01:00
33 lines
335 B
Markdown
33 lines
335 B
Markdown
# Blanks Around Headings
|
|
|
|
|
|
## Apple
|
|
|
|
|
|
Text
|
|
## Banana {MD022}
|
|
|
|
Text
|
|
## Cherry
|
|
|
|
|
|
Text
|
|
## Durian ##
|
|
|
|
|
|
Text
|
|
|
|
---
|
|
Elderberry {MD022}
|
|
------------------
|
|
Text
|
|
## Fig
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"heading-style": false,
|
|
"no-multiple-blanks": false,
|
|
"blanks-around-headings": {
|
|
"lines_above": 0,
|
|
"lines_below": 2
|
|
}
|
|
} -->
|