npm.io
1.22.0 • Published 1 year ago

@bytemd/plugin-math

Licence
MIT
Version
1.22.0
Deps
3
Size
315 kB
Vulns
0
Weekly
0
Stars
1.4K

@bytemd/plugin-math

npm

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