Files
zhibo/node_modules/@bytemd/plugin-gfm
xiaoyu 5be1f7344d init
2023-05-22 12:14:18 +08:00
..
2023-05-22 12:14:18 +08:00
2023-05-22 12:14:18 +08:00
2023-05-22 12:14:18 +08:00
2023-05-22 12:14:18 +08:00
2023-05-22 12:14:18 +08:00

@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