elm-review-html-to-elm
elm-review-html-to-elm copied to clipboard
Trailing spaces are removed
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.