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
{{ message }}
This repository was archived by the owner on Feb 23, 2025. It is now read-only.
When using a templating engine then sometimes element attributes will have newlines in them like this:
When using Mustache for example, then line-feed is preserved in the output with
\nand giving html like this to dom2hscript will blow it up.