pub fn try_parse_single_backslash_display_math(
text: &str,
) -> Option<(usize, &str)>Expand description
Try to parse single backslash display math: […] Extension: tex_math_single_backslash
Per Pandoc spec:
- Content can span multiple lines
- No escape handling needed (backslash is the delimiter)