-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
category: parsingCorrectness and Edge Cases. Hail the DOMCorrectness and Edge Cases. Hail the DOMtype: bugSomething isn't working as intendedSomething isn't working as intended
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.
fasiha, mahsa2 and kendagriff
Metadata
Metadata
Assignees
Labels
category: parsingCorrectness and Edge Cases. Hail the DOMCorrectness and Edge Cases. Hail the DOMtype: bugSomething isn't working as intendedSomething isn't working as intended