bytemd/packages/plugin-gfm
Rongjian Zhang 02ebc5dd67 v1.20.0 2023-01-04 14:44:14 +08:00
..
locales Translated using Weblate (Indonesian) 2023-01-03 19:39:33 +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.20.0 2023-01-04 14:44:14 +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