indented_blocks
pub fn blocks_to_string<B>(blks: Vec<Block<B>>, single_indent: &str) -> String where B: Unindent, <B as Unindent>::Item: Display,