mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-31 13:08:49 +01:00
Update MD051/link-fragments to add the ignored_pattern configuration parameter (fixes #547).
This commit is contained in:
parent
45932c7837
commit
02478d24cf
17 changed files with 297 additions and 4 deletions
9
test/link-fragments-ignored-pattern-default.md
Normal file
9
test/link-fragments-ignored-pattern-default.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Link Fragments Ignored Pattern Default
|
||||
|
||||
## Heading
|
||||
|
||||
[Present](#heading)
|
||||
|
||||
[Ignored](#ignored) {MD051}
|
||||
|
||||
[Missing](#missing) {MD051}
|
||||
Loading…
Add table
Add a link
Reference in a new issue