ByteMD plugin to support breaks
import breaks from '@bytemd/plugin-breaks' import { Editor } from 'bytemd' new Editor({ target: document.body, props: { plugins: [ breaks(), // ... other plugins ], }, })
MIT