UNPKG

@xiee/utils

Version:

Miscellaneous tools and utilities to manipulate HTML pages

2 lines 372 B
document.querySelectorAll("pre[class]:not([class^=language-])").forEach((e=>{e.firstElementChild?.classList.add(`language-${e.classList[0]}`),e.removeAttribute("class")})),document.querySelectorAll("table").forEach((e=>{"width:100%;"===e.getAttribute("style")&&e.removeAttribute("style"),e.querySelector("colgroup")?.remove()})); //# sourceMappingURL=fix-pandoc.min.js.map