|
|
@ -12,7 +12,6 @@ function parseMd() { |
|
|
|
aDiv.after(nodes); |
|
|
|
insertLinks() |
|
|
|
d3.selectAll("code").each(function() { hljs.highlightBlock(this); }); |
|
|
|
// removeOrigToc()
|
|
|
|
addToc() |
|
|
|
}); |
|
|
|
} |
|
|
@ -24,13 +23,6 @@ function insertLinks() { |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
function removeOrigToc() { |
|
|
|
headerContents = $('#contents') |
|
|
|
contentsList = headerContents.next() |
|
|
|
headerContents.remove() |
|
|
|
contentsList.remove() |
|
|
|
} |
|
|
|
|
|
|
|
function addToc() { |
|
|
|
headerMain = $('#main') |
|
|
|
nodes = $.parseHTML(TOC) |
|
|
|