Module markdown

Source
Expand description

This module implements parsers for Markdown hyperlinks.

Functionsยง

md_label2dest
Matches a Markdown link reference definition.
md_label2dest_link
Wrapper around md_label2dest() that packs the result in Link::Label2Dest.
md_text2dest
Parses a Markdown inline link.
md_text2dest_link
Wrapper around md_text2dest() that packs the result in Link::Text2Dest.
md_text2label
Parse a Markdown reference link.
md_text2label_link
Wrapper around md_text2label() that packs the result in Link::Text2Label.