mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-01-25 15:24:34 +00:00
8 lines
365 B
JSON
8 lines
365 B
JSON
["html", ["pre", ["code", "code block on the first line\u000a"]],
|
|
["p", "Regular text."],
|
|
["pre", ["code", "code block indented by spaces\u000a"]],
|
|
["p", "Regular text."],
|
|
["pre", ["code", "the lines in this block \u000aall contain trailing spaces \u000a"]],
|
|
["p", "Regular Text."],
|
|
["pre", ["code", "code block on the last line\u000a"]]]
|