Crate pandoc_ast
source ·Structs
- Formats for raw blocks
- An ordered map based on a B-Tree.
- the root object of a pandoc document
Enums
- Alignment of a table column.
- Structured text like tables and lists
- a single formatting item like bold, italic or hyperlink
- Delimiter of list numbers.
- Style of list numbers.
- Type of math element (display or inline).
- Type of quotation marks to use in Quoted inline.
Traits
Functions
- deserialized a json string to a Pandoc object, passes it to the closure/function and serializes the result back into a string
Type Aliases
- Attributes: identifier, classes, key-value pairs
- Caption of a Table (Short caption, Caption)
- Short caption of a Table
- Table cells are list of Blocks
- Link target (URL, title).