pub fn is_code_backticks_start(line: &str) -> Option<Captures<'_>>
Check if a line matches the backticks code block start marker.