Skip to content

Latest commit

 

History

History
 
 

plugin-highlight-ssr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@bytemd/plugin-highlight-ssr

npm

ByteMD plugin to highlight code blocks (SSR compatible)

Usage

import { Editor } from 'bytemd'
import highlight from '@bytemd/plugin-highlight-ssr'

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

License

MIT