How to inject html content inside the Elm 0.19 app

If you are feeling brave enough, you can work around the checks in the Elm runtime by adding a react-style dangerouslySetInnerHTML attribute by monkey patching the HTMLElement class:

1 Like