Expand description

API that wraps the pandoc command line tool

Re-exports

pub use crate::DocumentClass::*;

Structs

the argument builder

Enums

equivalent to the latex document class

typesafe access to -f FORMAT, -r FORMAT, –from=FORMAT, –read=FORMAT

typesafe access to -t FORMAT, -w FORMAT, –to=FORMAT, –write=FORMAT

Specify whether to generate a file or pipe the output to stdout.

Possible errors that can occur before or during pandoc execution

The output from Pandoc: the file written to, or a buffer with its output.

Functions

Convenience function to call Pandoc::new()

Type Definitions