1.21.4 • Published 1 year ago

@flicmd/bytemd-plugin-gfm v1.21.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@flicmd/bytemd-plugin-gfm

npm

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

Usage

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

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

License

MIT

1.21.4

1 year ago

1.21.3

1 year ago