mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-01-18 15:12:31 +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"
|
|
]
|
|
]
|