Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 391 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 391 Bytes

html-escape-sequences

Use HTML escape sequences with elm-lang/html.

Just replace Html.text with the included text' function.

Supports all Unicode characters and recognizes decimal, hexadecimal and named escape sequences.

No more hunting around for Unicode symbols! Also useful when fetching escaped Unicode entities from an API.

Version 1.0.5 is compatible with Elm version 0.16.