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

19 lines
399 B
JSON

["html", ["p", "an inline ", ["a", {
"href": "/url/"
},
"link"]],
["p", "a ", ["a", {
"href": "/url/",
"title": "title"
},
"link \"with\" title"]],
["p", "an inline ", ["img", {
"src": "/url/",
"alt": "image link"
}]],
["p", "an ", ["img", {
"src": "/url/",
"alt": "image \"with\" title",
"title": "title"
}]]]