Function pulldown_cmark_escape::escape_href
source ยท pub fn escape_href<W>(w: W, s: &str) -> Result<(), W::Error>where
W: StrWrite,
Expand description
Writes an href to the buffer, escaping href unsafe bytes.
pub fn escape_href<W>(w: W, s: &str) -> Result<(), W::Error>where
W: StrWrite,
Writes an href to the buffer, escaping href unsafe bytes.