Browse Source

Revert

pull/28/head
Jure Šorn 5 years ago
parent
commit
5e93cc0061
1 changed files with 1 additions and 1 deletions
  1. 2
      web/script.js

2
web/script.js

@ -12,7 +12,7 @@ function parseMd() {
aDiv.after(nodes);
insertLinks()
d3.selectAll("code").each(function() { hljs.highlightBlock(this); });
addToc()
// addToc()
});
}

Loading…
Cancel
Save