Module linemd::parser[][src]

Expand description

Parser types used to parse markdown.

Structs

Some text.

Enums

Errors that can occur while parsing.

A token from some parsed text.

Traits

The core of this crate. This trait implements markdown parsing, and several utilities.

Type Definitions

Convenience type alias that is a tuple of a str and an index.

Convenience type alias that is a tuple of a text and an index.

Convenience type alias that is a tuple of a token and an index.

Convenience type alias that is a tuple of some type and an index.