mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
21 lines
178 B
JSON
21 lines
178 B
JSON
["html",
|
|
["h1",
|
|
"Header"
|
|
],
|
|
["p",
|
|
"Paragraph"
|
|
],
|
|
["h2",
|
|
"Header"
|
|
],
|
|
["p",
|
|
"Paragraph"
|
|
],
|
|
["h3",
|
|
"Header"
|
|
],
|
|
["p",
|
|
"Paragraph"
|
|
]
|
|
]
|