Today on: My links don't work in the renderer. Or: Things I Spent A Long Time Trying To Diagnose And Write A Bug Report On, Only To Discover That It Was My Fault All Along #3679
Wilker-uwu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the following code attaches a css class to every external link, and a function call to open an article in my website for every link found in the markdown:
the links for opening articles weren't working at all. guess where the problem was.
hint:
i already knew that the resulting href was `javascript:article.browseTo(` for every article link.(spoiler) solution:
line 13, versus line 22 the quotation marks were closing early and i thought that was from the library.Beta Was this translation helpful? Give feedback.
All reactions