pub fn try_parse_gfm_inline_math( text: &str, allow_multiline: bool, ) -> Option<(usize, &str)>
Try to parse GFM inline math: $...$ Extension: tex_math_gfm
...