mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
19 lines
399 B
JSON
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"
|
|
}]]]
|