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