mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update MD054/link-image-style to split reference parameter into full/collapsed/shortcut parameters (fixes #918).
This commit is contained in:
parent
4390715f4b
commit
063310e51a
21 changed files with 2583 additions and 80 deletions
|
|
@ -73,6 +73,8 @@ Text [url](https://example.com/an>g<le>) text {MD054}
|
|||
"link-image-reference-definitions": false,
|
||||
"link-image-style": {
|
||||
"inline": false,
|
||||
"reference": false
|
||||
"full": false,
|
||||
"collapsed": false,
|
||||
"shortcut": false
|
||||
}
|
||||
} -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue