2023-11-12 22:42:02 -08:00
|
|
|
# Link Style No URL Inline Possible
|
|
|
|
|
|
|
|
Text [https://example.com](https://example.com) text {MD054}
|
|
|
|
|
|
|
|
Text  text
|
|
|
|
|
|
|
|
Text [https://example.com](<https://example.com>) text {MD054}
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
[url]: https://example.com
|
|
|
|
[url-title]: https://example.com "title"
|
|
|
|
|
2023-11-14 19:56:23 -08:00
|
|
|
Text [link](https://example.com) text
|
|
|
|
|
|
|
|
Text  text
|
|
|
|
|
|
|
|
Text [link][url] text
|
|
|
|
|
|
|
|
Text ![link][url] text
|
|
|
|
|
|
|
|
Text [url][] text
|
|
|
|
|
|
|
|
Text ![url][] text
|
|
|
|
|
|
|
|
Text [url] text
|
|
|
|
|
|
|
|
Text ![url] text
|
|
|
|
|
|
|
|
Text [file.md](file.md) text
|
|
|
|
|
2024-10-27 22:02:25 -07:00
|
|
|
Text <user@example.com> text
|
|
|
|
|
|
|
|
Text [user@example.com](user@example.com) text
|
|
|
|
(allowed by !url_inline because email address is not an absolute URL)
|
|
|
|
|
|
|
|
Text [user@example.com][email] text
|
|
|
|
|
|
|
|
Text [email][] text
|
|
|
|
|
|
|
|
Text [email] text
|
|
|
|
|
|
|
|
[email]: user@example.com
|
|
|
|
|
2023-11-12 22:42:02 -08:00
|
|
|
<!-- markdownlint-configure-file {
|
2025-01-06 11:35:17 -05:00
|
|
|
"descriptive-link-text": false,
|
2023-11-12 22:42:02 -08:00
|
|
|
"link-image-style": {
|
|
|
|
"url_inline": false
|
|
|
|
}
|
|
|
|
} -->
|