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

Trailing spaces are removed

Open MartinSStewart opened this issue 1 year ago • 0 comments

The following <div>test </div> html becomes Html.text "test". Notice that the trailing space is removed. This can cause problems if there's more text following after the div that then gets placed directly next to the original text.

MartinSStewart avatar Aug 30 '23 09:08 MartinSStewart