OLD | NEW |
(Empty) | |
| 1 # foo |
| 2 # bar |
| 3 ## baz |
| 4 #[fr](#foo){background:pink} Foobar |
| 5 |
| 6 * foo |
| 7 ** bar |
| 8 *** baz |
| 9 |
| 10 ---------------------------------------------------- |
| 11 |
| 12 [ |
| 13 ["phrase", [ |
| 14 ["list", [["punctuation", "#"], " foo"]], |
| 15 ["list", [["punctuation", "#"], " bar"]], |
| 16 ["list", [["punctuation", "##"], " baz"]], |
| 17 ["list", [ |
| 18 ["punctuation", "#"], |
| 19 ["modifier", [ |
| 20 ["punctuation", "["], ["lang", "fr"], ["punctuat
ion", "]"], |
| 21 ["punctuation", "("], ["class-id", "#foo"], ["pu
nctuation", ")"], |
| 22 ["css", ["{background:pink}"]] |
| 23 ]], |
| 24 " Foobar" |
| 25 ]] |
| 26 ]], |
| 27 ["phrase", [ |
| 28 ["list", [["punctuation", "*"], " foo"]], |
| 29 ["list", [["punctuation", "**"], " bar"]], |
| 30 ["list", [["punctuation", "***"], " baz"]] |
| 31 ]] |
| 32 ] |
| 33 |
| 34 ---------------------------------------------------- |
| 35 |
| 36 Checks for list items. |
OLD | NEW |