bytemd/packages/plugin-math-ssr
Rongjian Zhang 0e2bca356a build: upgrade deps 2022-02-27 15:10:31 +08:00
..
src style: semi false 2021-07-03 01:46:44 +08:00
CHANGELOG.md v1.11.0 2022-02-18 18:08:19 +08:00
README.md style: format md and js files 2021-07-08 21:02:16 +08:00
package.json build: upgrade deps 2022-02-27 15:10:31 +08:00

README.md

@bytemd/plugin-math-ssr

npm

ByteMD plugin to support math formula (SSR compatible)

Usage

import { Editor } from 'bytemd'
import math from '@bytemd/plugin-math-ssr'

new Editor({
  target: document.body,
  props: {
    plugins: [
      math(),
      // ... other plugins
    ],
  },
})

License

MIT