Enum pandoc::OutputFormatExt [] [src]

pub enum OutputFormatExt {
    Fmt(OutputFormat),
    FmtExt(OutputFormatVec<MarkdownExtension>),
}

allow to choose an output format with or without extensions

Variants

a predefined pandoc format

allows formats like markdown+pipetables+gridtables

Trait Implementations

impl Clone for OutputFormatExt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OutputFormatExt
[src]

Formats the value using the given formatter.

impl Display for OutputFormatExt
[src]

Formats the value using the given formatter.