MCPcopy Index your code
hub / github.com/gto76/python-cheatsheet / addToc

Function addToc

parse.js:762–765  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

760}
761
762function addToc() {
763 const nodes = $.parseHTML(TOC);
764 $('#main').before(nodes);
765}
766
767function insertLinks() {
768 $('h2').each(function() {

Callers 1

modifyPageFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected