bytemd/packages/plugin-math
Rongjian Zhang 7d942bf2af v1.21.0 2023-03-30 19:42:04 +08:00
..
locales Translated using Weblate (Turkish) 2023-03-30 18:00:29 +08:00
src feat: optimize bundle size for leagcy build tools 2023-01-03 19:39:49 +08:00
README.md docs: add script for styles import 2023-01-03 19:39:49 +08:00
package.json v1.21.0 2023-03-30 19:42:04 +08:00
tsconfig.json build: upgrade 2022-04-23 23:46:11 +08:00

README.md

@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