[][src]Crate parse_hyperlinks

Library and application for parsing hyperlinks in Markdown and RestructuredText format. The library implements the CommonMark Specification 0.29 and the reStructuredText Markup Specification (revision 8571, date 2020-10-28).

Modules

parser

This module implements parsers to extract all hyperlinks from a text input.

Functions

take_until_unbalanced

A parser designed to work inside the nom::sequence::delimited parser, e.g.: