Skip to content

Commit 5e93cc0

Browse files
committed
Revert
1 parent 20a7e55 commit 5e93cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function parseMd() {
1212
aDiv.after(nodes);
1313
insertLinks()
1414
d3.selectAll("code").each(function() { hljs.highlightBlock(this); });
15-
addToc()
15+
// addToc()
1616
});
1717
}
1818

0 commit comments

Comments
 (0)