Third-party notices

Mermaid

Package: mermaid
Version: 11.17.2
License: MIT
Source: https://github.com/mermaid-js/mermaid
Package: https://www.npmjs.com/package/mermaid

The browser distribution is copied to assets/vendor/mermaid/mermaid.min.js.
Its MIT license is stored beside it. Rebuild it with `npm ci` followed by
`npm run build:mermaid`. The required `tools/build-mermaid.mjs` script is
included in the release, and the exact dependency graph is recorded in
package-lock.json.

KaTeX

Package: katex
Version: 0.18.5
License: MIT
Source: https://github.com/KaTeX/KaTeX
Package: https://www.npmjs.com/package/katex

The locally bundled stylesheet and fonts are stored under assets/vendor/katex.
Its MIT license is stored beside them.

AsciiMath Parser

Package: asciimath-parser
Version: 0.6.11
License: MIT
Source: https://github.com/widcardw/asciimath-parser
Package: https://www.npmjs.com/package/asciimath-parser

The parser and KaTeX runtime are bundled into assets/math-render.js. The
human-readable integration source is assets/math-render-source.js. The parser
MIT license is stored under assets/vendor/asciimath-parser. Rebuild the math
assets with `npm ci` followed by `npm run build:math`. The required
`tools/build-math.mjs` script is included in the release.
