Module textile::parser [] [src]

Parser module for Textile language.

Enums

Attribute

Textile attribute.

Block

Block element, e.g. heading, paragraph or code block.

BoldTagType

Tag type for bold text.

Inline

Inline element, e.g. bold text, link or image.

ItalicTagType

Tag type for italic text.

Functions

parse

Splits text into tokens. Accepts &str, String or Path data type. Returns vector of block elements.

Type Definitions

Attributes

Vector of Textile attributes, e.g. classes, ID's or CSS styles.

BlockElements

Vector of block elements.

InlineElements

Vector of inline elements.