bytemd/packages/plugin-math
Rongjian Zhang e2fbd06893 chore: use exports for backward compatibility 2022-02-27 16:45:29 +08:00
..
locales style: json indent 2022-02-27 15:26:08 +08:00
src refactor: add math common 2022-02-27 16:23:12 +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 chore: use exports for backward compatibility 2022-02-27 16:45:29 +08:00
tsconfig.json style: json indent 2022-02-27 15:26:08 +08:00

README.md

@bytemd/plugin-math

npm

ByteMD plugin to support math formula

Usage

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

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

License

MIT