@flicmd/bytemd-plugin-breaks
TypeScript icon, indicating that this package has built-in type declarations

1.21.4 • Public • Published

@flicmd/bytemd-plugin-breaks

npm

ByteMD plugin to support breaks

Usage

import { Editor } from '@flicmd/bytemd'
import breaks from '@flicmd/bytemd-plugin-breaks'

new Editor({
  target: document.body,
  props: {
    plugins: [
      breaks(),
      // ... other plugins
    ],
  },
})

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @flicmd/bytemd-plugin-breaks

Weekly Downloads

0

Version

1.21.4

License

MIT

Unpacked Size

17.7 kB

Total Files

8

Last publish

Collaborators

  • zzzze