Enum pandoc::InputFormat[][src]

pub enum InputFormat {
    Native,
    Json,
    Markdown,
    MarkdownStrict,
    MarkdownPhpextra,
    MarkdownGithub,
    Commonmark,
    Textile,
    Rst,
    Html,
    DocBook,
    T2t,
    Docx,
    Epub,
    Opml,
    Org,
    MediaWiki,
    Twiki,
    Haddock,
    Latex,
}

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

Variants

native Haskell

JSON version of native AST

pandoc’s extended markdown

original unextended markdown

PHP Markdown extra extended markdown

github extended markdown

CommonMark markdown

Textile

reStructuredText

HTML

DocBook

txt2tags

Word docx

EPUB

OPML

Emacs Org-Mode

MediaWiki markup

TWiki markup

Haddock markup

LaTeX

Trait Implementations

impl Debug for InputFormat
[src]

Formats the value using the given formatter. Read more

impl Clone for InputFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for InputFormat
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InputFormat

impl Sync for InputFormat