@bytemd/plugin-math-ssr
TypeScript icon, indicating that this package has built-in type declarations

1.21.0 • Public • Published

@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

/@bytemd/plugin-math-ssr/

    Package Sidebar

    Install

    npm i @bytemd/plugin-math-ssr

    Weekly Downloads

    109

    Version

    1.21.0

    License

    MIT

    Unpacked Size

    2.34 MB

    Total Files

    10

    Last publish

    Collaborators

    • pd4d10