1.21.4 • Published 1 year ago

@flicmd/bytemd-plugin-breaks v1.21.4

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

@flicmd/bytemd-plugin-breaks

npm

ByteMD plugin to support breaks

Usage

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

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

License

MIT

1.21.4

1 year ago

1.21.3

1 year ago