UNPKG

rehype-prism-plus

Version:

rehype plugin to highlight code blocks in HTML with Prism (via refractor) with line highlighting and line numbers

6 lines (5 loc) 212 B
export default rehypePrism; import rehypePrismGenerator from './generator.js'; import rehypePrismCommon from './common.js'; import rehypePrism from './all.js'; export { rehypePrismGenerator, rehypePrismCommon };