@bytemd/plugin-highlight-ssr
v1.22.0
Published
ByteMD plugin to highlight code blocks (SSR compatible)
Downloads
1,635
Readme
@bytemd/plugin-highlight-ssr
ByteMD plugin to highlight code blocks (SSR compatible)
Usage
import highlight from '@bytemd/plugin-highlight-ssr'
import { Editor } from 'bytemd'
import 'highlight.js/styles/default.css'
new Editor({
target: document.body,
props: {
plugins: [
highlight(),
// ... other plugins
],
},
})License
MIT
