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