Expand description
Special parsers for things not covered by pulldown-cmark.
Structs§
- MDBlock
Quote - Quoted text
- MDCell
- One table cell.
- MDHeader
- Parsed header.
- MDItem
- One list item.
- MDLink
Ref - Parsed link reference
- MDRow
- One table row.
Functions§
- parse_
md_ block_ quote - Parse a block-quote.
- parse_
md_ header - Parse the text as header.
- parse_
md_ item - Parse a single list item into marker and text.
- parse_
md_ link_ ref - Parse the text as link reference
- parse_
md_ row - Split single row. Translate x-position to cell+cell_offset. info: returns the string before the first | and the string after the last | too!!