|
Main | Portability | portable | Stability | alpha | Maintainer | John MacFarlane <jgm@berkeley@edu> |
|
|
|
Description |
Parses command-line options and calls the appropriate readers and
writers.
|
|
Synopsis |
|
|
|
Documentation |
|
|
|
|
|
|
Converts a list of strings into a single string with the items printed as
comma separated words in lines with a maximum line length.
|
|
|
Association list of formats and readers.
|
|
|
Reader for native Pandoc format.
|
|
|
Association list of formats and writers.
|
|
|
|
|
Writer for Pandoc native format.
|
|
|
Data structure for command line options.
| Constructors | Opt | | 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
| 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
|
|
|
|
|
|
Defaults for command-line options.
|
|
|
A list of functions, each transforming the options data structure
in response to a command-line option.
|
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.4.2 |