Skip to content

Latest commit

 

History

History
 
 

plugin-breaks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@bytemd/plugin-breaks

npm

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