elm-html-string
elm-html-string copied to clipboard
Escaped text breaking Javascript code
Text escaping (https://github.com/zwilias/elm-html-string/blob/b8a15ad827e70c745a2de6c1ee4c0ccd17e2f609/src/Html/Types.elm#L274) seems breaking Javascript.
I have a case where I include Javascript in a
&&
get converted to
&&
Is there a way to bypass the text escaping?