mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
This commit is contained in:
parent
62f5c85238
commit
33ee1cd85e
13 changed files with 250 additions and 24 deletions
|
|
@ -12,22 +12,24 @@
|
|||
|
||||
[text]( <> "title" ) {MD042}
|
||||
|
||||
[text](#) {MD042}
|
||||
[text](#) {MD042} {MD051}
|
||||
|
||||
[text]( # ) {MD042}
|
||||
[text]( # ) {MD042} {MD051}
|
||||
|
||||
[text](# "title") {MD042}
|
||||
[text](# "title") {MD042} {MD051}
|
||||
|
||||
[text]( # "title" ) {MD042}
|
||||
[text]( # "title" ) {MD042} {MD051}
|
||||
|
||||
[text][frag] {MD042}
|
||||
[text][frag] {MD042} {MD051}
|
||||
|
||||
[text][ frag ] {MD042}
|
||||
[text][ frag ] {MD042} {MD051}
|
||||
|
||||
[frag]: #
|
||||
|
||||
## Non-empty links
|
||||
|
||||
### frag
|
||||
|
||||
[text](link)
|
||||
|
||||
[text]( link )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue