md-block
md-block copied to clipboard
How can I use a local copy of marked.min.js
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
?