Function rustfmt_nightly::comment::itemized_block_quote_start
source · fn itemized_block_quote_start(
line: &str,
line_start: String,
remove_indent: usize
) -> String
Expand description
Determine the line_start when formatting markdown block quotes. The original line_start likely contains indentation (whitespaces), which we’d like to replace with ’> ’ characters.