pub fn parse_md_block_quote(
relocate: usize,
txt: &str,
) -> Option<MDBlockQuote<'_>>Expand description
Parse a block-quote.
- relocate - offset of txt.
pub fn parse_md_block_quote(
relocate: usize,
txt: &str,
) -> Option<MDBlockQuote<'_>>Parse a block-quote.