1.0.6 • Published 1 year ago

@ziuchen/bytemd-plugin-highlight-theme v1.0.6

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

@ziuchen/bytemd-plugin-highlight-theme

npm

ByteMD plugin to support custom code highlight theme

Usage

import { Editor } from 'bytemd'
import highlightTheme from '@ziuchen/bytemd-plugin-highlight-theme'
import hls from '@ziuchen/bytemd-plugin-highlight-theme/dist/highlights.json'

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

License

MIT

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago