OLD | NEW |
(Empty) | |
| 1 [1]_ |
| 2 [2]_ |
| 3 [#]_ |
| 4 [#foobar]_ |
| 5 [CIT2002]_ |
| 6 |
| 7 foobar_ |
| 8 foo__ |
| 9 foo:bar_ |
| 10 `foo:bar`_ |
| 11 `foo bar baz`__ |
| 12 _`inline internal target` |
| 13 |
| 14 ---------------------------------------------------- |
| 15 |
| 16 [ |
| 17 ["link", [["punctuation", "["], "1", ["punctuation", "]_"]]], |
| 18 ["link", [["punctuation", "["], "2", ["punctuation", "]_"]]], |
| 19 ["link", [["punctuation", "["], "#", ["punctuation", "]_"]]], |
| 20 ["link", [["punctuation", "["], "#foobar", ["punctuation", "]_"]]], |
| 21 ["link", [["punctuation", "["], "CIT2002", ["punctuation", "]_"]]], |
| 22 |
| 23 ["link", ["foobar", ["punctuation", "_"]]], |
| 24 ["link", ["foo", ["punctuation", "__"]]], |
| 25 ["link", ["foo:bar", ["punctuation", "_"]]], |
| 26 ["link", [["punctuation", "`"], "foo:bar", ["punctuation", "`_"]]], |
| 27 ["link", [["punctuation", "`"], "foo bar baz", ["punctuation", "`__"]]], |
| 28 ["link", [["punctuation", "_`"], "inline internal target", ["punctuation
", "`"]]] |
| 29 ] |
| 30 |
| 31 ---------------------------------------------------- |
| 32 |
| 33 Checks for links. |
OLD | NEW |