mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
16 lines
201 B
JSON
16 lines
201 B
JSON
["html",
|
|
["p",
|
|
"An ",
|
|
["em",
|
|
{ "class" : "foo" },
|
|
"em"
|
|
],
|
|
" and ",
|
|
["strong",
|
|
{ "class" : "bar" },
|
|
"strong"
|
|
],
|
|
"\nwith attached attributes."
|
|
]
|
|
]
|