npm.io
1.22.0 • Published 1 year ago

@bytemd/plugin-gfm

Licence
MIT
Version
1.22.0
Deps
1
Size
285 kB
Vulns
0
Weekly
0
Stars
1.4K

@bytemd/plugin-gfm

npm

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

Usage

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

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

License

MIT