Struct pandoc_ast::Pandoc [] [src]

pub struct Pandoc {
    pub meta: Map<String, MetaValue>,
    pub blocks: Vec<Block>,
    pub pandoc_api_version: Vec<u32>,
}

the root object of a pandoc document

Fields

Trait Implementations

impl Debug for Pandoc
[src]

Formats the value using the given formatter.