pub fn try_parse_mark(text: &str) -> Option<(usize, &str)>
Try to parse mark/highlight (==text==). Returns: (total_len, inner_content)