pub fn try_parse_reference_definition_lax(
text: &str,
) -> Option<(usize, String, String, Option<String>)>Expand description
Multimarkdown-flavored variant: tolerates trailing content after the title
on the same line (e.g. [ref]: /url "title" width=20px ...). Callers in
the MMD code path then keep collecting attribute-continuation lines.