2011-05-07 15:16:47 +01:00

19 lines
364 B
JSON

["html", ["p", "Valid nesting:"],
["p", ["strong", ["a", {
"href": "url"
},
"Link"]]],
["p", ["a", {
"href": "url"
},
["strong", "Link"]]],
["p", ["strong", ["a", {
"href": "url"
},
["strong", "Link"]]]],
["p", "Invalid nesting:"],
["p", ["a", {
"href": "url"
},
"[Link](url)"]]]