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

Can't pass SVGs in HTML #118

Closed
ivanwills opened this issue Jul 21, 2020 · 1 comment
Closed

Can't pass SVGs in HTML #118

ivanwills opened this issue Jul 21, 2020 · 1 comment

Comments

@ivanwills
Copy link

I'm trying to pass HTML which contains SVG files with in it

node -e 'console.log(JSON.stringify(require("himalaya").parse("<div></div>"))+"\n")'

works but

node -e 'console.log(JSON.stringify(require("himalaya").parse("<div><svg viewBox="2 0 512 512"></svg></div>"))+"\n")'

doesn't

@ivanwills
Copy link
Author

Sorry that's not my real issue, it's just failing for a command line test.

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