fn startBlockquote(unindented_line: []const u8) ?[]const u8
fn startBlockquote(unindented_line: []const u8) ?[]const u8 { return if (mem.startsWith(u8, unindented_line, ">")) unindented_line[1..] else null; }