mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
25 lines
274 B
JSON
25 lines
274 B
JSON
["html",
|
|
["p",
|
|
"You can ",
|
|
["strong",
|
|
"nest ",
|
|
["em",
|
|
"em"
|
|
],
|
|
" inside strong"
|
|
],
|
|
"."
|
|
],
|
|
["p",
|
|
"You can ",
|
|
["em",
|
|
"nest ",
|
|
["strong",
|
|
"strong"
|
|
],
|
|
" inside em"
|
|
],
|
|
"."
|
|
]
|
|
]
|