elm-html-string icon indicating copy to clipboard operation
elm-html-string copied to clipboard

Escaped text breaking Javascript code

Open lucamug opened this issue 5 years ago • 0 comments

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?

Screen Shot 2020-07-06 at 12 50 39

lucamug avatar Jul 06 '20 04:07 lucamug