Update MD054/link-image-style handling of url_inline to ensure link and destination match and that the destination is autolink-able (fixes #1040).

This commit is contained in:
David Anson 2023-11-14 19:56:23 -08:00
parent ff465262c9
commit 41bc8465d2
7 changed files with 86 additions and 2 deletions

View file

@ -29,6 +29,11 @@
"strict": true,
"code_blocks": false
},
"link-image-style": {
"collapsed": false,
"shortcut": false,
"url_inline": false
},
"no-duplicate-heading": {
"siblings_only": true
},