Skip to main content

parse_link_ref_def

Function parse_link_ref_def 

Source
pub fn parse_link_ref_def(raw: &str) -> Option<(String, String, Option<String>)>
Expand description

Parse a LinkRefDef lexeme into (label, url, title). The lexer already validated gross structure; failures here mean missing ] / :.