mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
11 lines
232 B
JSON
11 lines
232 B
JSON
["html", ["h1", {
|
|
"class": "foo"
|
|
},
|
|
"foo"], "\u000a\u000a", ["p", {
|
|
"class": "bar"
|
|
},
|
|
"\u000athis is a paragraph\u000a"], "\u000a\u000a", ["h2", {
|
|
"class": "bar"
|
|
},
|
|
"\u000aan h2\u000a"], "\u000a\u000a", ["p", "normal"]]
|