fn write_wrapping(
buf: &mut Vec<u8>,
text: &str,
indent: usize,
link_url: Option<&str>,
style: Option<Style>,
) -> Result<()>Expand description
Change to be generic on Write for testing. If we have a link URL, we don’t count the extra tokens to make it clickable.