OLD | NEW |
(Empty) | |
| 1 "Foo bar":http://prismjs.com |
| 2 "Baz":foo |
| 3 "Foobar":link-ref |
| 4 "(foo)[en]{color:blue;}Foo":bar |
| 5 |
| 6 ---------------------------------------------------- |
| 7 |
| 8 [ |
| 9 ["phrase", [ |
| 10 ["link", [ |
| 11 ["punctuation", "\""], |
| 12 ["text", "Foo bar"], |
| 13 ["punctuation", "\""], ["punctuation", ":"], |
| 14 ["url", "http://prismjs.com"] |
| 15 ]], |
| 16 ["link", [ |
| 17 ["punctuation", "\""], |
| 18 ["text", "Baz"], |
| 19 ["punctuation", "\""], ["punctuation", ":"], |
| 20 ["url", "foo"] |
| 21 ]], |
| 22 ["link", [ |
| 23 ["punctuation", "\""], |
| 24 ["text", "Foobar"], |
| 25 ["punctuation", "\""], ["punctuation", ":"], |
| 26 ["url", "link-ref"] |
| 27 ]], |
| 28 ["link", [ |
| 29 ["punctuation", "\""], |
| 30 ["modifier", [ |
| 31 ["punctuation", "("], ["class-id", "foo"], ["pun
ctuation", ")"], |
| 32 ["punctuation", "["], ["lang", "en"], ["punctuat
ion", "]"], |
| 33 ["css", ["{color:blue;}"]] |
| 34 ]], |
| 35 ["text", "Foo"], |
| 36 ["punctuation", "\""], ["punctuation", ":"], |
| 37 ["url", "bar"] |
| 38 ]] |
| 39 ]] |
| 40 ] |
| 41 |
| 42 ---------------------------------------------------- |
| 43 |
| 44 Checks for links. |
OLD | NEW |