mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-31 04:58:49 +01:00
37 lines
336 B
Markdown
37 lines
336 B
Markdown
# Blanks Around Headings
|
|
|
|
|
|
|
|
## Apple
|
|
Text
|
|
|
|
|
|
|
|
## Banana
|
|
Text
|
|
|
|
|
|
|
|
## Cherry
|
|
Text
|
|
|
|
|
|
## Durian {MD022} ##
|
|
Text
|
|
|
|
Elderberry {MD022}
|
|
------------------
|
|
Text
|
|
|
|
|
|
|
|
## Fig
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"heading-style": false,
|
|
"no-multiple-blanks": false,
|
|
"blanks-around-headings": {
|
|
"lines_above": 3,
|
|
"lines_below": 0
|
|
}
|
|
} -->
|