|
@ -12,12 +12,12 @@ function parseMd() { |
|
|
nodes = $.parseHTML(html); |
|
|
nodes = $.parseHTML(html); |
|
|
aDiv.after(nodes); |
|
|
aDiv.after(nodes); |
|
|
removeOrigToc(); |
|
|
removeOrigToc(); |
|
|
|
|
|
addToc(); |
|
|
insertLinks(); |
|
|
insertLinks(); |
|
|
unindentBanner(); |
|
|
unindentBanner(); |
|
|
d3.selectAll("code").each(function() { |
|
|
d3.selectAll("code").each(function() { |
|
|
hljs.highlightBlock(this); |
|
|
hljs.highlightBlock(this); |
|
|
}); |
|
|
}); |
|
|
addToc(); |
|
|
|
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|