markedjs / marked-highlight

Add code highlighting to marked
https://www.npmjs.com/package/marked-highlight
MIT License
80 stars 10 forks source link

Build as ESM modules #349

Open mlambert125 opened 1 week ago

mlambert125 commented 1 week ago

ESM module that could be imported in JS from a CDN instead of using a script tag would be useful.

UziTech commented 1 week ago

Does https://cdn.jsdelivr.net/npm/marked-highlight/src/index.js work?