mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
128 lines
1.1 KiB
Markdown
128 lines
1.1 KiB
Markdown
![]() |
# Blanks Around Headings (Arrays)
|
||
|
|
||
|
# Apple - Good
|
||
|
Text
|
||
|
# Apple - Top {MD022}
|
||
|
Text
|
||
|
|
||
|
# Apple - Bottom
|
||
|
|
||
|
Text
|
||
|
|
||
|
|
||
|
## Banana - Good
|
||
|
|
||
|
|
||
|
Text
|
||
|
|
||
|
## Banana - Top {MD022}
|
||
|
|
||
|
|
||
|
Text
|
||
|
|
||
|
|
||
|
## Banana - Bottom {MD022}
|
||
|
|
||
|
Text
|
||
|
|
||
|
|
||
|
|
||
|
### Cherry - Good
|
||
|
|
||
|
Text
|
||
|
|
||
|
|
||
|
### Cherry - Top {MD022}
|
||
|
|
||
|
Text
|
||
|
|
||
|
|
||
|
|
||
|
### Cherry - Bottom {MD022}
|
||
|
Text
|
||
|
#### Durian - Good ####
|
||
|
|
||
|
|
||
|
|
||
|
Text
|
||
|
|
||
|
#### Durian - Top ####
|
||
|
|
||
|
|
||
|
|
||
|
Text
|
||
|
#### Durian - Bottom {MD022} ####
|
||
|
|
||
|
Text
|
||
|
|
||
|
##### Elderberry - Good
|
||
|
|
||
|
Text
|
||
|
##### Elderberry - Top {MD022}
|
||
|
|
||
|
Text
|
||
|
|
||
|
##### Elderberry - Bottom
|
||
|
Text
|
||
|
|
||
|
###### Fig - Good ######
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
Text
|
||
|
###### Fig - Top {MD022} ######
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
Text
|
||
|
|
||
|
###### Fig - Bottom {MD022} ######
|
||
|
|
||
|
Text
|
||
|
|
||
|
Grape - Good
|
||
|
============
|
||
|
|
||
|
---
|
||
|
Grape - Top {MD022}
|
||
|
===================
|
||
|
|
||
|
Text
|
||
|
|
||
|
Grape - Bottom
|
||
|
==============
|
||
|
|
||
|
|
||
|
Text
|
||
|
|
||
|
|
||
|
Honeycomb - Good
|
||
|
---------
|
||
|
|
||
|
|
||
|
Text
|
||
|
|
||
|
Honeycomb - Top {MD022}
|
||
|
-----------------------
|
||
|
|
||
|
|
||
|
Text
|
||
|
|
||
|
|
||
|
Honeycomb - Bottom {MD022}
|
||
|
--------------------------
|
||
|
|
||
|
Text
|
||
|
|
||
|
<!-- markdownlint-configure-file {
|
||
|
"heading-style": false,
|
||
|
"no-multiple-blanks": false,
|
||
|
"single-title": false,
|
||
|
"blanks-around-headings": {
|
||
|
"lines_above": [ 1, 2, 3, -1],
|
||
|
"lines_below": [ -1, 2, 1, 3, -1, 4, 10 ]
|
||
|
}
|
||
|
} -->
|