We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm currently missing something similar to document.createComment from Javascript.
Would be great if one could generate HTML comments using something similar like this:
Html.comment "comment begin", Html.table [][], Html.comment "comment end"
<!-- comment begin --> <table></table> <!-- comment end -->
I'm currently try to code an HTML e-mail template, and this would be very handy to support older e-mail clients 🙂 .
The text was updated successfully, but these errors were encountered:
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!
Here is what to expect next, and if anyone wants to comment, keep these things in mind.
Sorry, something went wrong.
comment
No branches or pull requests
I'm currently missing something similar to document.createComment from Javascript.
Would be great if one could generate HTML comments using something similar like this:
Elm:
Produced HTML:
I'm currently try to code an HTML e-mail template, and this would be very handy to support older e-mail clients 🙂 .
The text was updated successfully, but these errors were encountered: