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
I am using blaze-from-html to convert an HTML file that contains embedded JavaScript.
It seems that tabs are being copied directly to string without being transformed to \t chars.
I am invoking blaze-from-html like this:
$ blaze-from-html -es -v html5 index.html > index.hs
BTW if you want the index.html to try it out yourself, be sure to let me know.
Cheers,
José
The text was updated successfully, but these errors were encountered:
Hey Jasper,
I am using blaze-from-html to convert an HTML file that contains embedded JavaScript.
It seems that tabs are being copied directly to string without being transformed to \t chars.
I am invoking blaze-from-html like this:
$ blaze-from-html -es -v html5 index.html > index.hs
BTW if you want the index.html to try it out yourself, be sure to let me know.
Cheers,
José
The text was updated successfully, but these errors were encountered: