mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
34 lines
328 B
Markdown
34 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
|
||
|
}
|
||
|
} -->
|