@bytemd/plugin-math

ByteMD plugin to support math formula

Usage no npm install needed!

<script type="module">
  import bytemdPluginMath from 'https://cdn.skypack.dev/@bytemd/plugin-math';
</script>

README

@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