Expand description
API that wraps the pandoc command line tool
Re-exports§
pub use crate::DocumentClass::*;
Structs§
- Pandoc
- the argument builder
Enums§
- Document
Class - equivalent to the latex document class
- Email
Obfuscation - Input
Format - typesafe access to -f FORMAT, -r FORMAT, –from=FORMAT, –read=FORMAT
- Input
Kind - Markdown
Extension - Output
Format - typesafe access to -t FORMAT, -w FORMAT, –to=FORMAT, –write=FORMAT
- Output
Kind - Specify whether to generate a file or pipe the output to stdout.
- Pandoc
Error - Possible errors that can occur before or during pandoc execution
- Pandoc
Option - Pandoc
Output - The output from Pandoc: the file written to, or a buffer with its output.
- Pandoc
Runtime System Option - Tld
- Track
Changes
Functions§
- new
- Convenience function to call Pandoc::new()