bent10 / marked-extensions

Marked extensions workspace
https://www.npmjs.com/search?q=keywords:stilearning-marked-extensions
MIT License
33 stars 6 forks source link

marked-directive - ESM browser module support #35

Closed smurfier closed 10 months ago

smurfier commented 10 months ago

Use case

Need to be able to use in a browser without npm. Not everyone is using Node and npm to build small use case apps.

Proposal

Please make a build that supports ems browser module import.

bent10 commented 10 months ago

We already have it, and you can use https://cdn.jsdelivr.net/npm/marked-directive/+esm. Take a look at this example.