Module parse_hyperlinks::parser::markdown [−][src]
Expand description
This module implements parsers for Markdown hyperlinks.
Functions
Matches a Markdown link reference definition.
Wrapper around md_label2dest()
that packs the result in
Link::Label2Dest
.
Parses a Markdown inline link.
Wrapper around md_text2dest()
that packs the result in
Link::Text2Dest
.
Parse a Markdown reference link.
Wrapper around md_text2label()
that packs the result in
Link::Text2Label
.