@@ -5,10 +5,10 @@ Standard autolinks (as per CommonMark specification) have to be decorated with
55`<` and `>` so for example:
66
77```````````````````````````````` example
8- <mailto:john.doe@gmail .com>
8+ <mailto:john.doe@example .com>
99<https://example.com>
1010.
11- <p><a href="mailto:john.doe@gmail .com">mailto:john.doe@gmail .com</a>
11+ <p><a href="mailto:john.doe@example .com">mailto:john.doe@example .com</a>
1212<a href="https://example.com">https://example.com</a></p>
1313````````````````````````````````
1414
@@ -23,7 +23,7 @@ john.doe@example.com
2323https://www.example.com
2424www.example.com
2525.
26- <p><a href="mailto:john.doe@gmail .com">john.doe@gmail .com</a>
26+ <p><a href="mailto:john.doe@example .com">john.doe@example .com</a>
2727<a href="https://www.example.com">https://www.example.com</a>
2828<a href="http://www.example.com">www.example.com</a></p>
2929.
@@ -44,11 +44,11 @@ precede and follow respectively.
4444Therefore these are not autolinks because `:` precedes or follows:
4545
4646```````````````````````````````` example
47- :john.doe@gmail .com
47+ :john.doe@example .com
4848:https://www.example.com
4949:www.example.com
5050.
51- <p>:john.doe@gmail .com
51+ <p>:john.doe@example .com
5252:https://www.example.com
5353:www.example.com</p>
5454.
@@ -61,11 +61,11 @@ Allowed punctuation right before autolink includes only opening brackets `(`,
6161`{` or `[`:
6262
6363```````````````````````````````` example
64- [john.doe@gmail .com
64+ [john.doe@example .com
6565(https://www.example.com
6666{www.example.com
6767.
68- <p>[<a href="mailto:john.doe@gmail .com">john.doe@gmail .com</a>
68+ <p>[<a href="mailto:john.doe@example .com">john.doe@example .com</a>
6969(<a href="https://www.example.com">https://www.example.com</a>
7070{<a href="http://www.example.com">www.example.com</a></p>
7171.
@@ -77,11 +77,11 @@ Allowed punctuation right before autolink includes only opening brackets `(`,
7777Correspondingly, the respective closing brackets may follow the autolinks.
7878
7979```````````````````````````````` example
80- john.doe@gmail .com]
80+ john.doe@example .com]
8181https://www.example.com)
8282www.example.com}
8383.
84- <p><a href="mailto:john.doe@gmail .com">john.doe@gmail .com</a>]
84+ <p><a href="mailto:john.doe@example .com">john.doe@example .com</a>]
8585<a href="https://www.example.com">https://www.example.com</a>)
8686<a href="http://www.example.com">www.example.com</a>}</p>
8787.
0 commit comments