Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repeatString is not exported from helpers.js (any more, and marked was somehow out of sync...?) #17

Open
dscotese opened this issue May 31, 2023 · 1 comment

Comments

@dscotese
Copy link

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",

@dscotese
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant