mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
16 lines
214 B
JSON
16 lines
214 B
JSON
["html",
|
|
["blockquote",
|
|
["p",
|
|
"There's a code block in here:"
|
|
],
|
|
["pre",
|
|
["code",
|
|
"SET foo = TRUE\n\nIF foo GOTO 10"
|
|
]
|
|
],
|
|
["p",
|
|
"Wasn't that nice?"
|
|
]
|
|
]
|
|
]
|