pub fn leading_quote(content: &str) -> Option<&str>
Return the leading quote for a string, template, or bytes literal (e.g., """).
"""