optTabStop :: Int | Number of spaces per tab
|
optPreserveTabs :: Bool | Preserve tabs instead of converting to spaces
|
optStandalone :: Bool | Include header, footer
|
optReader :: String | Reader format
|
optWriter :: String | Writer format
|
optParseRaw :: Bool | Parse unconvertable HTML and TeX
|
optTableOfContents :: Bool | Include table of contents
|
optTransforms :: [Pandoc -> Pandoc] | Doc transforms to apply
|
optTemplate :: String | Custom template
|
optVariables :: [(String, String)] | Template variables to set
|
optBefore :: [String] | Texts to include before body
|
optAfter :: [String] | Texts to include after body
|
optOutputFile :: String | Name of output file
|
optNumberSections :: Bool | Number sections in LaTeX
|
optIncremental :: Bool | Use incremental lists in S5
|
optXeTeX :: Bool | Format latex for xetex
|
optSmart :: Bool | Use smart typography
|
optHTMLMathMethod :: HTMLMathMethod | Method to print HTML math
|
optReferenceODT :: Maybe FilePath | Path of reference.odt
|
optDumpArgs :: Bool | Output command-line arguments
|
optIgnoreArgs :: Bool | Ignore command-line arguments
|
optStrict :: Bool | Use strict markdown syntax
|
optReferenceLinks :: Bool | Use reference links in writing markdown, rst
|
optWrapText :: Bool | Wrap text
|
optSanitizeHTML :: Bool | Sanitize HTML
|
optPlugins :: [Pandoc -> IO Pandoc] | Plugins to apply
|
optEmailObfuscation :: ObfuscationMethod | |
optIdentifierPrefix :: String | |
optIndentedCodeClasses :: [String] | Default classes for indented code blocks
|
optDataDir :: Maybe FilePath | |