Structs§
- Parsed
Block - A parsed block (paragraph, heading, list item, code block)
- Parsed
Span - A parsed inline span with formatting info
- Parsed
Table - A parsed table extracted from markdown or HTML.
- Parsed
Table Cell - A parsed table cell containing inline spans.
Enums§
- Parsed
Element - A parsed element: either a block or a table.
Functions§
- character_
format_ from_ span - Convert a
ParsedSpan(parser output) into theCharacterFormatused byFormatRun.is_code_blockforcesmonospaceas the font family for every span inside a code block. - format_
runs_ from_ spans - Translate a slice of parsed spans into
(plain_text, format_runs). - parse_
html - parse_
html_ elements - parse_
markdown