@bytemd/plugin-math ByteMD plugin to support math formula Usage import math from '@bytemd/plugin-math' import { Editor } from 'bytemd' import 'katex/dist/katex.css' new Editor({ target: document.body, props: { plugins: [ math(), // ... other plugins ], }, }) License MIT