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

1.21.4 • Public • Published

@flicmd/bytemd-plugin-math

npm

ByteMD plugin to support math formula

Usage

import { Editor } from '@flicmd/bytemd'
import math from '@flicmd/bytemd-plugin-math'
import 'katex/dist/katex.css'

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

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @flicmd/bytemd-plugin-math

Weekly Downloads

0

Version

1.21.4

License

MIT

Unpacked Size

323 kB

Total Files

24

Last publish

Collaborators

  • zzzze