@bytemd/plugin-breaks
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