forked from Gitlink/forgeplus-react
This commit is contained in:
parent
a4dbda8c5d
commit
5c91569bac
|
|
@ -54,7 +54,7 @@ function buildToc(coll, k, level, ctx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getTocContent() {
|
export function getTocContent() {
|
||||||
buildToc(toc, 0, 0, ctx)
|
buildToc(toc, 0, 0, ctx);
|
||||||
ctx.push("</ul>");
|
ctx.push("</ul>");
|
||||||
return ctx.join("");
|
return ctx.join("");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue