mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
15 lines
223 B
Markdown
15 lines
223 B
Markdown
# Link Fragments Ignored Pattern Present
|
|
|
|
## Heading
|
|
|
|
[Present](#heading)
|
|
|
|
[Ignored](#ignored)
|
|
|
|
[Missing](#missing) {MD051}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"link-fragments": {
|
|
"ignored_pattern": "^igno"
|
|
}
|
|
} -->
|