Skip to main content

Crate mdtext

Crate mdtext 

Source

Modules§

html

Structs§

EventIterator
Iterator over the events produced by one chunk fed via Parser::feed.
Options
Bitflag parser extensions. Example: Options::GFM enables GitHub-flavored markdown.
Parser
A streaming markdown parser. Text should be fed with Parser::feed until input exhaustion, where upon you must call Parser::finish.

Enums§

Alignment
Text alignment of all cells within the currently active table column. Returned only for the table head.
Event
A parse event, yielded by Parser.
ListKind
Tag
The kind of element that is being opened. See: Event::Start

Functions§

filter_disallowed_html
filter_disallowed_html_into
Copies bytes from input to the output, applying the tagfilter on the fly.