@ziuchen/bytemd-plugin-highlight-theme
v1.0.6
Published
ByteMD plugin to support custom code highlight theme
Downloads
16
Readme
@ziuchen/bytemd-plugin-highlight-theme
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