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