1.0.1 • Published 1 year ago

@ziuchen/bytemd-plugin-align v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@ziuchen/bytemd-plugin-align

npm

ByteMD plugin to support align type

Usage

import { Editor } from 'bytemd'
import align from '@ziuchen/bytemd-plugin-align'

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

License

MIT

1.0.1

1 year ago

1.0.0

1 year ago