@observablehq/katex

A minimally-tweaked distribution of KaTeX.

Usage no npm install needed!

<script type="module">
  import observablehqKatex from 'https://cdn.skypack.dev/@observablehq/katex';
</script>

README

@observablehq/katex

A minimally-tweaked distribution of KaTeX.

To compute the patch:

diff -u node_modules/katex/dist/katex.css katex.css > katex.css.patch

To apply the patch:

patch < katex.css.patch