pub fn strip_blockquote_prefix(line: &str) -> &strExpand 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.