/* katex-bootstrap.js — Render every /
block once KaTeX has finished loading. Pandoc emits math blocks with the `math` class and the LaTeX source as the element's text content. KaTeX is loaded with `defer` so this bootstrap can simply run on DOMContentLoaded — KaTeX guarantees its own definitions are available by then. Used to live as an inline `onload="..."` attribute on the KaTeX