Fix the !PlainTextRenderer so that it also works when no annotations are requested. The problem was apparent in code blocks when the highlighter(s) failed to render the block and the plain text renderer was used as a fallback.
Thanks to zimbatm on IRC for helping me to track down the issue.