Skip to content

Latest commit

 

History

History
 
 

plugin-math-ssr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@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