This commit is contained in:
caishi 2020-12-18 17:14:51 +08:00
parent a4dbda8c5d
commit 5c91569bac
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function buildToc(coll, k, level, ctx) {
}
export function getTocContent() {
buildToc(toc, 0, 0, ctx)
buildToc(toc, 0, 0, ctx);
ctx.push("</ul>");
return ctx.join("");
}