Crate pandoc_ast

Source

Structs§

Citation
Format
Formats for raw blocks
Map
An ordered map based on a B-Tree.
Pandoc
the root object of a pandoc document

Enums§

Alignment
Alignment of a table column.
Block
Structured text like tables and lists
CitationMode
ColWidth
Inline
a single formatting item like bold, italic or hyperlink
ListNumberDelim
Delimiter of list numbers.
ListNumberStyle
Style of list numbers.
MathType
Type of math element (display or inline).
MetaValue
QuoteType
Type of quotation marks to use in Quoted inline.

Traits§

MutVisitor

Functions§

filter
deserialized a json string to a Pandoc object, passes it to the closure/function and serializes the result back into a string

Type Aliases§

Attr
Attributes: identifier, classes, key-value pairs
Caption
Caption of a Table (Short caption, Caption)
Cell
ColSpan
ColSpec
Double
Int
ListAttributes
Row
RowHeadColumns
RowSpan
ShortCaption
Short caption of a Table
TableBody
TableCell
Table cells are list of Blocks
TableFoot
TableHead
Target
Link target (URL, title).