mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
15 lines
224 B
Markdown
15 lines
224 B
Markdown
# Link Fragments Ignored Pattern Empty
|
|
|
|
## Heading
|
|
|
|
[Present](#heading)
|
|
|
|
[Ignored](#ignored) {MD051}
|
|
|
|
[Missing](#missing) {MD051}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"link-fragments": {
|
|
"ignored_pattern": ""
|
|
}
|
|
} -->
|