Function pulldown_cmark::escape::escape_href
source · pub fn escape_href<W>(w: W, s: &str) -> Result<()>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<()>where
W: StrWrite,
Writes an href to the buffer, escaping href unsafe bytes.