mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
109 lines
699 B
Markdown
109 lines
699 B
Markdown
# Heading duplicate content siblings only
|
|
|
|
# A
|
|
|
|
{MD025:3}
|
|
|
|
## B
|
|
|
|
### C
|
|
|
|
## B
|
|
|
|
{MD024:11}
|
|
|
|
### C
|
|
|
|
## D
|
|
|
|
### C
|
|
|
|
### E
|
|
|
|
### C
|
|
|
|
{MD024:23}
|
|
|
|
##### F
|
|
|
|
{MD001:27}
|
|
|
|
#### G
|
|
|
|
##### F
|
|
|
|
#### G
|
|
|
|
{MD024:35}
|
|
|
|
### E
|
|
|
|
{MD024:39}
|
|
|
|
# A
|
|
|
|
{MD024:43} {MD025:43}
|
|
|
|
## B
|
|
|
|
### C
|
|
|
|
## B
|
|
|
|
{MD024:51}
|
|
|
|
# Heading duplicate content siblings only
|
|
|
|
{MD024:55} {MD025:55}
|
|
|
|
AA
|
|
==
|
|
|
|
{MD025:59}
|
|
|
|
AA
|
|
--
|
|
|
|
BB
|
|
--
|
|
|
|
CC
|
|
--
|
|
|
|
BB
|
|
--
|
|
|
|
{MD024:73}
|
|
|
|
BB
|
|
==
|
|
|
|
{MD025:78}
|
|
|
|
BB
|
|
--
|
|
|
|
## AAA ##
|
|
|
|
### BBB ###
|
|
|
|
## BBB ##
|
|
|
|
### BBB ###
|
|
|
|
## BBB ##
|
|
|
|
{MD024:94}
|
|
|
|
## Headings <!-- that differ -->
|
|
|
|
## Headings <!-- in comments -->
|
|
|
|
{MD024:-2}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"heading-style": false,
|
|
"no-duplicate-heading": {
|
|
"siblings_only": true
|
|
}
|
|
} -->
|