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
I solved this by hardcoding the version of marked to 5.0.3 in a copy of it that I added to my server. Line 11 of md-block.js now reads: marked: "https://cdn.jsdelivr.net/npm/[email protected]/src/marked.min.js",
The text was updated successfully, but these errors were encountered:
I did CTRL-F5 my browser page to try to fix the error but that didn't work and I don't understand why it didn't work. My best guess is that there is an extra layer of caching somewhere in the way Brave handles imported Javascript files.
I solved this by hardcoding the version of marked to 5.0.3 in a copy of it that I added to my server. Line 11 of md-block.js now reads:
marked: "https://cdn.jsdelivr.net/npm/[email protected]/src/marked.min.js",
The text was updated successfully, but these errors were encountered: