Skip to content

Instantly share code, notes, and snippets.

@joakimk
Last active July 1, 2022 12:18
Show Gist options
  • Save joakimk/57b4495fe5a4fd84506b to your computer and use it in GitHub Desktop.
Save joakimk/57b4495fe5a4fd84506b to your computer and use it in GitHub Desktop.
How to embed raw HTML in Elm
div [ (Html.Attributes.property "innerHTML" (Json.Encode.string "Test <em>em</em> here.")) ] []
Copy link

ghost commented May 6, 2020

thanks!!! @phylor that worked for me in v0.19.1 !!! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment