elm-html-string
elm-html-string copied to clipboard
Expose Html type variants
It would be nice to be able to inspect the contents of Html. My use case for this is to be able to recursively check for base64 images in some html and convert them into attachments when sending html in an email. Right now this isn't possible since the Html type is opaque.