bytemd/packages/plugin-math-ssr/README.md

454 B

@bytemd/plugin-math-ssr

npm

ByteMD plugin to support math formula (SSR compatible)

Usage

import math from '@bytemd/plugin-math-ssr'
import { Editor } from 'bytemd'
import 'katex/dist/katex.css'

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

License

MIT