Render math expressions with KaTeX in HTML.
npm install -g katex-html
npx katex-html
Usage: katex-html [options] [sources...]
Render math expressions with KaTeX in HTML.
Arguments:
sources glob pattern(s) of source files (default: ["**/*.html","!node_modules/**"])
Options:
-V, --version output the version number
-e, --encoding <string> encoding of source files
-q --query <string> css selector query
-i --ignore <tags> comma separated list of tags to ignore
-h, --help display help for command
npm install
npm run build