bytemd/packages/plugin-gfm
Rongjian Zhang 7d942bf2af v1.21.0 2023-03-30 19:42:04 +08:00
..
locales Translated using Weblate (Turkish) 2023-03-30 18:00:29 +08:00
src feat: optimize bundle size for leagcy build tools 2023-01-03 19:39:49 +08:00
README.md style: import sorts 2022-10-13 17:27:33 +08:00
package.json v1.21.0 2023-03-30 19:42:04 +08:00
tsconfig.json build: upgrade 2022-04-23 23:46:11 +08:00

README.md

@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