pub fn render_markdown( md: &str, preserve_fences: bool, output: &mut impl WriteColor, ) -> Result<()>