-
Notifications
You must be signed in to change notification settings - Fork 177
Converting html to hiccup
Peter Strömberg edited this page Mar 25, 2023
·
10 revisions
Here are several tools capable of converting HTML to Hiccup:
- https://github.com/davidsantiago/hickory
- https://github.com/nathell/clj-tagsoup
- https://github.com/hozumi/hiccup-bridge
- http://html2hiccup.buttercloud.com/
- http://coldnew.github.io/html2hiccup/
- https://github.com/kwrooijen/hiccup-cli
-
https://html2hiccup.dev/ - Online converter ⭐ handles HTML comments and empty tag attributes nicely, also retains camel case on some SVG attributes (like
viewBox
) - https://calva.io/hiccup - VS Code Hiccup conversion support