/asciimath-to-katex

A demo of rendering asciimath input to Katex

Primary LanguageJavaScript

AsciiMath to Katex

This mini project is a demonstration showing how to parse asciimath input and display it properly using Katex

Dependencies

Build

npm install
npm run build # outputs the bundle.js

Run It Locally

npm install
npm run build
npx browser-sync --watch