Skip to content

Latest commit

 

History

History
 
 

plugin-gfm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@bytemd/plugin-gfm

npm

ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)

Usage

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

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

License

MIT