1.21.5 • Published 11 months ago

@gitee-code/sync-md-plugin-math v1.21.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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

1.21.5

11 months ago