md-block icon indicating copy to clipboard operation
md-block copied to clipboard

How can I use a local copy of marked.min.js

Open halloleo opened this issue 11 months ago • 0 comments

I have a local copy of marked.min.js (and its dependencies TextRenderer.js, Slugger.js, etc...), plus I load md-block locally as well:

<script type="module" src="scripts/md-block.js"></script>

How can I now tell md-block to use the local script/marked.min.js and not the CDN https://cdn.jsdelivr.net/npm/marked/src/marked.min.js?

halloleo avatar Mar 12 '24 03:03 halloleo