Right now Flow sends body_only requests to Parsoid and doesn't store full HTML documents, only the <body> tag. But this means we're throwing away information like the Parsoid version number, as well as the base URL.
We should store full documents for new content, while remaining backwards compatible with old content that's body-only. Then in the future we can write a maintenance script that re-parses old content to the new format.