hiccup
hiccup copied to clipboard
Enlive-backed Hiccup implementation (clj-only)
The README demonstrates how to insert pre-rendered HTML using the keyword `::hiccup/raw`, which only works in an older revision of the code. The newest version supports the keyword `::hiccup/unsafe-html` instead,...
Add tests borrowed from Hiccup's test suite and make small tweaks to match Hiccup/Reagent behavior.
So far, the only divergence that has a semantic difference is our handling of conflicts between attributes in the map and tag. I think we want to follow Reagent's handling,...
Since we're going for Reagent compatibility, it makes sense to leverage their test suite. https://github.com/reagent-project/reagent/blob/master/src/reagent/impl/template.cljs Follow up of #4 and #5.