@deboxsoft/bytemd-plugin-gfm
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

@deboxsoft/bytemd-plugin-gfm

npm

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

Usage

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

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

License

MIT

/@deboxsoft/bytemd-plugin-gfm/

    Package Sidebar

    Install

    npm i @deboxsoft/bytemd-plugin-gfm

    Weekly Downloads

    3

    Version

    2.0.3

    License

    none

    Unpacked Size

    6.56 kB

    Total Files

    16

    Last publish

    Collaborators

    • nurdiansyah