Module parse_hyperlinks::parser::markdown
source · Expand description
This module implements parsers for Markdown hyperlinks.
Functions
- Matches a Markdown link reference definition.
- Wrapper around
md_label2dest()that packs the result inLink::Label2Dest. - Parses a Markdown inline link.
- Wrapper around
md_text2dest()that packs the result inLink::Text2Dest. - Parse a Markdown reference link.
- Wrapper around
md_text2label()that packs the result inLink::Text2Label.