mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
The feed fixture covers Atom entries (escaped bodies, self-closed categories, bylines) and an RSS item with a CDATA body. Raw markdown of a feed exposed an old quirk: cleanDocument removed the head before toMarkdown read the title, so any page whose body lacked a matching h1 lost its title in raw mode. cleanDocument now captures the title first and returns both.