mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update previous commit for MD051/link-fragments to rename, refactor, add support for HTML anchors, and validate against
markdown-link-check (fixes #253).
This commit is contained in:
parent
33ee1cd85e
commit
db5d9f6dbb
21 changed files with 355 additions and 181 deletions
|
|
@ -12,17 +12,17 @@
|
|||
|
||||
[text]( <> "title" ) {MD042}
|
||||
|
||||
[text](#) {MD042} {MD051}
|
||||
[text](#) {MD042}
|
||||
|
||||
[text]( # ) {MD042} {MD051}
|
||||
[text]( # ) {MD042}
|
||||
|
||||
[text](# "title") {MD042} {MD051}
|
||||
[text](# "title") {MD042}
|
||||
|
||||
[text]( # "title" ) {MD042} {MD051}
|
||||
[text]( # "title" ) {MD042}
|
||||
|
||||
[text][frag] {MD042} {MD051}
|
||||
[text][frag] {MD042}
|
||||
|
||||
[text][ frag ] {MD042} {MD051}
|
||||
[text][ frag ] {MD042}
|
||||
|
||||
[frag]: #
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue