mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update MD054/link-image-style to add url_inline parameter (fixes #753).
This commit is contained in:
parent
84333a5f08
commit
b709a2f624
26 changed files with 347 additions and 39 deletions
37
test/link-style-no-url-inline-not-possible.md
Normal file
37
test/link-style-no-url-inline-not-possible.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Link Style No URL Inline Not Possible
|
||||
|
||||
Text [https://example.com](https://example.com) text
|
||||
|
||||
Text  text
|
||||
|
||||
Text [https://example.com](<https://example.com>) text
|
||||
|
||||
Text  text
|
||||
|
||||
Text [https://example.com](https://example.com/page "title") text
|
||||
|
||||
Text  text
|
||||
|
||||
Text [https://example.com](https://example.com "title") text
|
||||
|
||||
Text  text
|
||||
|
||||
Text [https://example.com][url] text
|
||||
|
||||
Text ![https://example.com][url] text
|
||||
|
||||
Text [https://example.com][url-title] text
|
||||
|
||||
Text ![https://example.com][url-title] text
|
||||
|
||||
Text <https://example.com> text {MD054}
|
||||
|
||||
[url]: https://example.com
|
||||
[url-title]: https://example.com "title"
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"link-image-style": {
|
||||
"autolink": false,
|
||||
"url_inline": false
|
||||
}
|
||||
} -->
|
Loading…
Add table
Add a link
Reference in a new issue