pub fn try_parse_line_block_start(line: &str) -> Option<()>
Try to parse the start of a line block. Returns Some(()) if this line starts a line block (| followed by space or end of line).