mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
15 lines
212 B
JSON
15 lines
212 B
JSON
["html",
|
|
["p",
|
|
{ "id" : "none" },
|
|
"We can have no whitespace"
|
|
],
|
|
["p",
|
|
{ "id" : "one" },
|
|
"Or a single whitespace"
|
|
],
|
|
["p",
|
|
{ "id" : "lots" },
|
|
"And even lots of whitespace"
|
|
]
|
|
]
|