hiccup icon indicating copy to clipboard operation
hiccup copied to clipboard

Enlive-backed Hiccup implementation (clj-only)

Results 4 hiccup issues
Sort by recently updated
recently updated
newest added

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,...

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.