npm.io
1.22.0 • Published 1 year ago

@bytemd/plugin-breaks

Licence
MIT
Version
1.22.0
Deps
1
Size
17 kB
Vulns
0
Weekly
0
Stars
1.4K

@bytemd/plugin-breaks

npm

ByteMD plugin to support breaks

Usage

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

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

License

MIT