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

1.27.3 • Public • Published

@kosmotema/bytemd-plugin-math-ssr

npm

ByteMD plugin to support math formula (SSR compatible)

Usage

import { Editor } from '@kosmotema/bytemd'
import math from '@kosmotema/bytemd-plugin-math-ssr'
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 @kosmotema/bytemd-plugin-math-ssr

Weekly Downloads

2

Version

1.27.3

License

MIT

Unpacked Size

2.34 MB

Total Files

10

Last publish

Collaborators

  • kosmotema