mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-17 18:58:07 +01:00
Update MD051/link-fragments to add ignore_case parameter and improve documentation (fixes #1274).
This commit is contained in:
parent
74aa96d19d
commit
04c693b00b
16 changed files with 315 additions and 44 deletions
26
test/link-fragments-ignore-case.md
Normal file
26
test/link-fragments-ignore-case.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Link Fragments Ignore Case
|
||||
|
||||
## Heading Name
|
||||
|
||||
[Valid](#heading-name)
|
||||
|
||||
[Valid](#Heading-Name)
|
||||
|
||||
## Valid *Heading* With _Emphasis_
|
||||
|
||||
[Valid](#valid-heading-with-emphasis)
|
||||
|
||||
[Valid](#Valid-Heading-With-Emphasis)
|
||||
|
||||
## 🚀 Valid Heading With Emoji
|
||||
|
||||
[Valid](#-valid-heading-with-emoji)
|
||||
|
||||
[Valid](#-Valid-Heading-With-Emoji)
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"emphasis-style": false,
|
||||
"link-fragments": {
|
||||
"ignore_case": true
|
||||
}
|
||||
} -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue