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