mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
37 lines
926 B
JSON
37 lines
926 B
JSON
["html", ["p", "This is sentence has a footnote foo", ["sup", {
|
|
"class": "footnote-ref",
|
|
"id": "fnref-foo"
|
|
},
|
|
["a", {
|
|
"href": "#fn-foo"
|
|
},
|
|
"1"]], " and whamo[^whamo]."],
|
|
["p", "This is another para with a numbered footnote", ["sup", {
|
|
"class": "footnote-ref",
|
|
"id": "fnref-6"
|
|
},
|
|
["a", {
|
|
"href": "#fn-6"
|
|
},
|
|
"2"]], "."], "\u000a\u000a", ["div", {
|
|
"class": "footnotes"
|
|
},
|
|
"\u000a", ["hr"], "\u000a", ["ol", ["li", {
|
|
"id": "fn-foo"
|
|
},
|
|
["p", "Here is the body of the footnote foo.", ["a", {
|
|
"href": "#fnref-foo",
|
|
"class": "footnoteBackLink",
|
|
"title": "Jump back to footnote 1 in the text."
|
|
},
|
|
"↩"]]],
|
|
["li", {
|
|
"id": "fn-6"
|
|
},
|
|
["p", "Here is the body of the footnote 6.", ["a", {
|
|
"href": "#fnref-6",
|
|
"class": "footnoteBackLink",
|
|
"title": "Jump back to footnote 2 in the text."
|
|
},
|
|
"↩"]]]]], "\u000a"]
|