1.0.2 • Published 1 year ago

@ziuchen/bytemd-plugin-markdown-theme v1.0.2

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

@ziuchen/bytemd-plugin-markdown-theme

npm

ByteMD plugin to support custom code markdown theme

Usage

import { Editor } from 'bytemd'
import markdownThemePlugin from '@ziuchen/bytemd-plugin-markdown-theme'
import themes from '@ziuchen/bytemd-plugin-markdown-theme/dist/themes.json'

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

License

MIT

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago