dillonkearns / elm-review-html-to-elm

Turn HTML into Elm. With support for elm-tailwind-modules.
http://html-to-elm.com/
BSD 3-Clause "New" or "Revised" License
95 stars 9 forks source link

Trailing spaces are removed #27

Open MartinSStewart opened 1 year ago

MartinSStewart commented 1 year ago

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.