Open
Description
I'm currently using as-hiccup
to transform parsed HTML into a vector I can save and later render with Reagent. This works almost flawlessly except for the fact that as-hiccup
escapes any TextNode
s it comes across, meaning things like &
show up as literal strings when I pipe it down to the browser.
Maybe a keyword argument is the way to go? Not sure how that works with protocols.