@bytemd/plugin-breaks

ByteMD plugin to support breaks

Usage no npm install needed!

<script type="module">
  import bytemdPluginBreaks from 'https://cdn.skypack.dev/@bytemd/plugin-breaks';
</script>

README

@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