-
Notifications
You must be signed in to change notification settings - Fork 33
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
JSON parsing error in renderElement
#42
Comments
If I literally just paste:
into an HTML file, I get the same error, unfortunately. |
Hi @femtomc, Thanks for reporting this. Seems like one of my recent changes is incompatible with an undefined I am working on a fix right now. |
Found the issue. It's this line: Line 50 in f898035
introduced in 30f2576 to allow per-element overriding of options.
|
I'm trying to run the README example -- but I'm running into a
JSON.parse
error inrenderElement
:I'm building a static site through
quarto
andhugo
, and I've confirmed that my HTML output is what I expect -- specifically:gets inserted into my generated HTML (as I would expect). I also fetch
pseudocode.js
from CDN in header.Any mistake I've made standing out?
The text was updated successfully, but these errors were encountered: