Skip to main content

strip_blockquote_prefix

Function strip_blockquote_prefix 

Source
pub fn strip_blockquote_prefix(line: &str) -> &str
Expand description

Peel all leading > blockquote markers from a line.

Tables can appear inside blockquotes (> | A | B |), so the holdback scanner must strip these markers before checking for table syntax.