Skip to content

Latest commit

 

History

History
 
 

plugin-highlight

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@bytemd/plugin-highlight

npm

ByteMD plugin to highlight code blocks

Usage

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

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

License

MIT