@bytemd/plugin-math-ssr

ByteMD plugin to support math formula (SSR compatible)

Usage no npm install needed!

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

README

@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