mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-15 22:46:31 +01:00
This commit is contained in:
parent
460836445c
commit
10f095c4fd
32 changed files with 3149 additions and 333 deletions
|
|
@ -100,6 +100,11 @@ Strong **with** different style {MD050}
|
|||
[unused]: link-destination
|
||||
{MD053:100}
|
||||
|
||||
[text][url] {MD054}
|
||||
|
||||
<!-- markdownlint-disable-next-line MD053 -->
|
||||
[url]: https://example.com/page
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"first-heading-h1": true,
|
||||
"ul-start-left": true,
|
||||
|
|
@ -114,6 +119,9 @@ Strong **with** different style {MD050}
|
|||
"names": [
|
||||
"markdownlint"
|
||||
]
|
||||
},
|
||||
"link-image-style": {
|
||||
"reference": false
|
||||
}
|
||||
} -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue