marked-highlight
marked-highlight copied to clipboard
Add code highlighting to marked
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.7.0. Release notes Sourced from eslint-plugin-n's releases. v17.7.0 17.7.0 (2024-05-14) 🌟 Features hashbang: Add support to map extensions to executables (#278) (3fd7639) node-builtin: Add node...
Hi again. ```javascript import { Marked } from 'marked'; import { markedHighlight } from "marked-highlight"; import hljs from 'highlight.js'; const marked = new Marked( markedHighlight({ langPrefix: 'hljs language-', highlight(code, lang,...
ESM module that could be imported in JS from a CDN instead of using a script tag would be useful.