cryogen

Phillip Mates 2024-06-01T19:53:30.910529Z

Hi folks, I'm trying to get HTML to show in my RSS feed and had to resort to using with-redefs to use cryogen-core.util/enlive->html-text instead of enlive->plain-text (https://git.sr.ht/~philomates/philomates-website/tree/5aa9bf9626e56822762b7be1baddc6349371b3bb/item/src/cryogen/server.clj#L29-36) That said, I see other examples, such as the one linked here https://github.com/cryogen-project/cryogen/issues/241 that don't have such redefining but still get html in their rss xml. Anyone know if I'm just missing a config setting or something?