Enum cmd_pandoc::PandocOption [] [src]

pub enum PandocOption<'a> {
    To(OutputFormatExt),
    DataDir(&'a Path),
    Strict,
    ParseRaw,
    Smart,
    OldDashes,
    BaseHeaderLevel(u32),
    IndentedCodeClasses(&'a str),
    Filter(&'a Path),
    Normalize,
    PreserveTabs,
    TabStop(u32),
    TrackChanges(TrackChanges),
    ExtractMedia(&'a Path),
    Standalone,
    Template(&'a Path),
    Meta(&'a strOption<&'a str>),
    Var(&'a strOption<&'a str>),
    PrintDefaultTemplate(&'a str),
    PrintDefaultDataFile(&'a Path),
    NoWrap,
    Columns(u32),
    TableOfContents,
    TableOfContentsDepth(u32),
    NoHighlight,
    HighlightStyle(&'a str),
    IncludeInHeader(&'a Path),
    IncludeBeforeBody(&'a Path),
    IncludeAfterBody(&'a Path),
    SelfContained,
    Offline,
    Html5,
    HtmlQTags,
    Ascii,
    ReferenceLinks,
    AtxHeaders,
    Chapters,
    NumberSections,
    NumberOffset(&'a [u32]),
    NoTexLigatures,
    Listings,
    Incremental,
    SlideLevel(u32),
    SectionDivs,
    DefaultImageExtension(&'a str),
    EmailObfuscation(EmailObfuscation),
    IdPrefix(&'a str),
    TitlePrefix(&'a str),
    Css(&'a URL),
    ReferenceOdt(&'a Path),
    ReferenceDocx(&'a Path),
    EpubStylesheet(&'a Path),
    EpubCoverImage(&'a Path),
    EpubMetadata(&'a Path),
    EpubEmbedFont(&'a Path),
    EpubChapterLevel(u32),
    LatexEngine(&'a Path),
    LatexEngineOpt(&'a str),
    Bibliography(&'a Path),
    Csl(&'a Path),
    CitationAbbreviations(&'a Path),
    Natbib,
    Biblatex,
    LatexMathML(Option<&'a URL>),
    AsciiMathML(Option<&'a URL>),
    MathML(Option<&'a URL>),
    MimeTex(Option<&'a URL>),
    WebTex(Option<&'a URL>),
    JsMath(Option<&'a URL>),
    MathJax(Option<&'a URL>),
    Katex(Option<&'a URL>),
    KatexStylesheet(&'a URL),
    GladTex,
    Trace,
    DumpArgs,
    IgnoreArgs,
    Verbose,
}

Variants

Trait Implementations

impl<'a> Clone for PandocOption<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for PandocOption<'a>
[src]

Formats the value using the given formatter.