fn write_tt( tt: &MdTree<'_>, buf: &mut Vec<u8>, default: Option<Style>, indent: usize, formatter: Option<&(dyn Fn(&str, &mut Vec<u8>) -> Result<()> + 'static)>, ) -> Result<()>