2023-11-12 22:42:02 -08:00
|
|
|
# Link Style Reference Only
|
2023-10-25 20:05:19 -07:00
|
|
|
|
|
|
|
Text [url](https://example.com) text {MD054}
|
|
|
|
|
|
|
|
Text  text {MD054}
|
|
|
|
|
|
|
|
Text [url](<https://example.com>) text {MD054}
|
|
|
|
|
|
|
|
Text  text {MD054}
|
|
|
|
|
|
|
|
Text [url](https://example.com "title") text {MD054}
|
|
|
|
|
|
|
|
Text  text {MD054}
|
|
|
|
|
|
|
|
Text {MD054} [url](https://example.com
|
|
|
|
"title") text
|
|
|
|
|
|
|
|
Text {MD054}  text
|
2023-10-24 21:07:46 -07:00
|
|
|
|
|
|
|
Text [text][url] text
|
2023-10-25 20:05:19 -07:00
|
|
|
|
2023-10-24 21:07:46 -07:00
|
|
|
Text ![text][url] text
|
2023-10-25 20:05:19 -07:00
|
|
|
|
2023-10-24 21:07:46 -07:00
|
|
|
Text [url][] text
|
|
|
|
|
2023-10-25 20:05:19 -07:00
|
|
|
Text ![url][] text
|
|
|
|
|
|
|
|
Text [url] text
|
|
|
|
|
|
|
|
Text ![url] text
|
|
|
|
|
|
|
|
Text <https://example.com> text {MD054}
|
|
|
|
|
|
|
|
[url]: https://example.com "title"
|
|
|
|
|
|
|
|
[undefined]
|
|
|
|
|
|
|
|
Text [url](https://example.com/embedded\3backslash) text {MD054}
|
|
|
|
|
|
|
|
Text [url](https://example.com/backslash\[escape) text {MD054}
|
|
|
|
|
|
|
|
Text [embedded-backslash] text
|
|
|
|
|
|
|
|
Text [backslash-escape] text
|
|
|
|
|
|
|
|
Text <https://example.com/embedded\3backslash> text {MD054}
|
|
|
|
|
|
|
|
Text <https://example.com/backslash[no-escape> text {MD054}
|
|
|
|
|
|
|
|
[embedded-backslash]: https://example.com/embedded\3backslash
|
|
|
|
|
|
|
|
[backslash-escape]: https://example.com/backslash\[escape
|
|
|
|
|
|
|
|
Text [url](<https://example.com/embedded space>) text {MD054}
|
|
|
|
|
|
|
|
Text [url](<https://example.com/embedded)paren>) text {MD054}
|
|
|
|
|
|
|
|
Text [url](https://example.com/\(parens\)) text {MD054}
|
|
|
|
|
|
|
|
Text [url](https://example.com/pa(re(ns))) text {MD054}
|
|
|
|
|
|
|
|
Text [url](relative/path) text {MD054}
|
|
|
|
|
|
|
|
Text [url](#fragment) text {MD054}
|
|
|
|
|
|
|
|
Text <https://example.com/pa)re(ns> text {MD054}
|
|
|
|
|
|
|
|
Text [url](https://example.com/an>g<le>) text {MD054}
|
2023-10-24 21:07:46 -07:00
|
|
|
|
2024-10-27 22:02:25 -07:00
|
|
|
Text <user@example.com> text {MD054}
|
|
|
|
|
|
|
|
Text [user@example.com](user@example.com) text {MD054}
|
|
|
|
|
|
|
|
Text [user@example.com][email] text
|
|
|
|
|
|
|
|
Text [email][] text
|
|
|
|
|
|
|
|
Text [email] text
|
|
|
|
|
|
|
|
[email]: user@example.com
|
|
|
|
|
2023-10-24 21:07:46 -07:00
|
|
|
<!-- markdownlint-configure-file {
|
2023-10-25 20:05:19 -07:00
|
|
|
"link-fragments": false,
|
2023-10-24 21:07:46 -07:00
|
|
|
"link-image-style": {
|
2023-10-25 20:05:19 -07:00
|
|
|
"autolink": false,
|
|
|
|
"inline": false
|
2023-10-24 21:07:46 -07:00
|
|
|
}
|
|
|
|
} -->
|