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