You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right, and this was actually more of an oversight than anything. Spinning a lot of plates here. I've included a copy of MarkedJS with the latest commit, so it should be able to run with no internet access now.
Effectively the title.
It turns out this
depends on being able to fetch
https://cdn.jsdelivr.net/npm/marked/marked.min.js
, which does not work without internet access.Please don't depend on random CDNs for content. Especially for something where the entire purpose is not using web-services.
The text was updated successfully, but these errors were encountered: