pub fn write_html_io<W>( writer: W, markdown: &str, config: &HtmlConfig, ) -> Result<(), HtmlError>where W: Write,