0.4.0 • Published 3 years ago

rehype-laserbeam v0.4.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

rehype-laserbeam

Plugin for rehype to enable syntax highlighting and annotation with Laserbeam.

Applies highlighting to code blocks contained in pre > code elements with a language class of language-js.

Options

rehype().use(rehypeLaserbeam[, options])

options
options.removeLanguageJsClassName

Remove the language-js class from the target code element. This may be useful if you want to prevent another plugin from trying to highlight the same code block. (boolean, default: true)

options.laserbeamOptions

Options (object, default: undefined)

License

MIT © Marek Zaluski