UNPKG

respec-themeable

Version:
8 lines (6 loc) 151 B
export function postToc(cfg, doc) { const sotd = doc.querySelector("a.tocxref[href='#sotd']"); if (sotd) { sotd.parentElement.remove(); } }