bottomupcs
bottomupcs copied to clipboard
feat: wrap content in <article> tags for text-to-speech
This is horribly hacky - is there a better way to achieve this?
Rationale is that without CDATA tags the XML doesn't validate, and without disable-output-escaping the <article> tag is escaped and not parsed as markup.