var searchIndex = {}; searchIndex["pandoc"] = {"doc":"API that wraps the pandoc command line tool","items":[[3,"Pandoc","pandoc","the argument builder",null,null],[4,"OutputFormatExt","","allow to choose an output format with or without extensions",null,null],[13,"Fmt","","a predefined pandoc format",0,null],[13,"FmtExt","","allows formats like markdown+pipetables+gridtables",0,null],[4,"TrackChanges","","",null,null],[13,"Accept","","",1,null],[13,"Reject","","",1,null],[13,"All","","",1,null],[4,"EmailObfuscation","","",null,null],[13,"None","","",2,null],[13,"Javascript","","",2,null],[13,"References","","",2,null],[4,"PandocOption","","",null,null],[13,"To","","-t FORMAT --to=FORMAT",3,null],[13,"DataDir","","--data-dir=DIRECTORY",3,null],[13,"Strict","","--strict",3,null],[13,"ParseRaw","","-R --parse-raw",3,null],[13,"Smart","","-S --smart",3,null],[13,"OldDashes","","--old-dashes",3,null],[13,"BaseHeaderLevel","","--base-header-level=NUMBER",3,null],[13,"IndentedCodeClasses","","--indented-code-classes=STRING",3,null],[13,"Filter","","-F PROGRAM --filter=PROGRAM",3,null],[13,"Normalize","","--normalize",3,null],[13,"PreserveTabs","","-p --preserve-tabs",3,null],[13,"TabStop","","--tab-stop=NUMBER",3,null],[13,"TrackChanges","","--track-changes=accept|reject|all",3,null],[13,"ExtractMedia","","--extract-media=PATH",3,null],[13,"Standalone","","-s --standalone",3,null],[13,"Template","","--template=FILENAME",3,null],[13,"Meta","","-M KEY[:VALUE] --metadata=KEY[:VALUE]",3,null],[13,"Var","","-V KEY[:VALUE] --variable=KEY[:VALUE]",3,null],[13,"PrintDefaultTemplate","","-D FORMAT --print-default-template=FORMAT",3,null],[13,"PrintDefaultDataFile","","--print-default-data-file=FILE",3,null],[13,"NoWrap","","--no-wrap",3,null],[13,"Columns","","--columns=NUMBER",3,null],[13,"TableOfContents","","--toc, --table-of-contents",3,null],[13,"TableOfContentsDepth","","--toc-depth=NUMBER",3,null],[13,"NoHighlight","","--no-highlight",3,null],[13,"HighlightStyle","","--highlight-style=STYLE",3,null],[13,"IncludeInHeader","","-H FILENAME --include-in-header=FILENAME",3,null],[13,"IncludeBeforeBody","","-B FILENAME --include-before-body=FILENAME",3,null],[13,"IncludeAfterBody","","-A FILENAME --include-after-body=FILENAME",3,null],[13,"SelfContained","","--self-contained",3,null],[13,"Offline","","--offline",3,null],[13,"Html5","","-5 --html5",3,null],[13,"HtmlQTags","","--html-q-tags",3,null],[13,"Ascii","","--ascii",3,null],[13,"ReferenceLinks","","--reference-links",3,null],[13,"AtxHeaders","","--atx-headers",3,null],[13,"Chapters","","--chapters",3,null],[13,"NumberSections","","-N --number-sections",3,null],[13,"NumberOffset","","--number-offset=NUMBERS",3,null],[13,"NoTexLigatures","","--no-tex-ligatures",3,null],[13,"Listings","","--listings",3,null],[13,"Incremental","","-i --incremental",3,null],[13,"SlideLevel","","--slide-level=NUMBER",3,null],[13,"SectionDivs","","--section-divs",3,null],[13,"DefaultImageExtension","","--default-image-extension=extension",3,null],[13,"EmailObfuscation","","--email-obfuscation=none|javascript|references",3,null],[13,"IdPrefix","","--id-prefix=STRING",3,null],[13,"TitlePrefix","","-T STRING --title-prefix=STRING",3,null],[13,"Css","","-c URL --css=URL",3,null],[13,"ReferenceOdt","","--reference-odt=FILENAME",3,null],[13,"ReferenceDocx","","--reference-docx=FILENAME",3,null],[13,"EpubStylesheet","","--epub-stylesheet=FILENAME",3,null],[13,"EpubCoverImage","","--epub-cover-image=FILENAME",3,null],[13,"EpubMetadata","","--epub-metadata=FILENAME",3,null],[13,"EpubEmbedFont","","--epub-embed-font=FILE",3,null],[13,"EpubChapterLevel","","--epub-chapter-level=NUMBER",3,null],[13,"LatexEngine","","--latex-engine=PROGRAM",3,null],[13,"LatexEngineOpt","","--latex-engine-opt=STRING",3,null],[13,"Bibliography","","--bibliography=FILE",3,null],[13,"Csl","","--csl=FILE",3,null],[13,"CitationAbbreviations","","--citation-abbreviations=FILE",3,null],[13,"Natbib","","--natbib",3,null],[13,"Biblatex","","--biblatex",3,null],[13,"LatexMathML","","-m[URL] --latexmathml[=URL], --asciimathml[=URL]",3,null],[13,"AsciiMathML","","--asciimathml[=URL]",3,null],[13,"MathML","","--mathml[=URL]",3,null],[13,"MimeTex","","--mimetex[=URL]",3,null],[13,"WebTex","","--webtex[=URL]",3,null],[13,"JsMath","","--jsmath[=URL]",3,null],[13,"MathJax","","--mathjax[=URL]",3,null],[13,"Katex","","--katex[=URL]",3,null],[13,"KatexStylesheet","","--katex-stylesheet=URL",3,null],[13,"GladTex","","-gladtex",3,null],[13,"Trace","","--trace",3,null],[13,"DumpArgs","","--dump-args",3,null],[13,"IgnoreArgs","","--ignore-args",3,null],[13,"Verbose","","--verbose",3,null],[4,"DocumentClass","","equivalent to the latex document class",null,null],[13,"Article","","compact form of report",4,null],[13,"Report","","abstract + chapters + custom page for title, abstract and toc",4,null],[13,"Book","","no abstract",4,null],[4,"OutputFormat","","typesafe access to -t FORMAT, -w FORMAT, --to=FORMAT, --write=FORMAT",null,null],[13,"Native","","native Haskell",5,null],[13,"Json","","JSON version of native AST",5,null],[13,"Plain","","Plain text",5,null],[13,"Markdown","","pandoc’s extended markdown",5,null],[13,"MarkdownStrict","","original unextended markdown",5,null],[13,"MarkdownPhpextra","","PHP Markdown extra extended markdown",5,null],[13,"MarkdownGithub","","github extended markdown",5,null],[13,"Commonmark","","CommonMark markdown",5,null],[13,"Rst","","reStructuredText",5,null],[13,"Html","","XHTML 1",5,null],[13,"Html5","","HTML 5",5,null],[13,"Latex","","LaTeX",5,null],[13,"Beamer","","LaTeX beamer slide show",5,null],[13,"Context","","ConTeXt",5,null],[13,"Man","","Groff man",5,null],[13,"MediaWiki","","MediaWiki markup",5,null],[13,"Dokuwiki","","DokuWiki markup",5,null],[13,"Textile","","Textile",5,null],[13,"Org","","Emacs Org-Mode",5,null],[13,"Texinfo","","GNU Texinfo",5,null],[13,"Opml","","OPML",5,null],[13,"Docbook","","DocBook",5,null],[13,"OpenDocument","","Open Document",5,null],[13,"Odt","","OpenOffice text document",5,null],[13,"Docx","","Word docx",5,null],[13,"Haddock","","Haddock markup",5,null],[13,"Rtf","","Rich text format",5,null],[13,"Epub","","EPUB v2 book",5,null],[13,"Epub3","","EPUB v3",5,null],[13,"Fb2","","FictionBook2 e-book",5,null],[13,"Asciidoc","","AsciiDoc",5,null],[13,"Icml","","InDesign ICML",5,null],[13,"Slidy","","Slidy HTML and javascript slide show",5,null],[13,"Slideous","","Slideous HTML and javascript slide show",5,null],[13,"Dzslides","","DZSlides HTML5 + javascript slide show",5,null],[13,"Revealjs","","reveal.js HTML5 + javascript slide show",5,null],[13,"S5","","S5 HTML and javascript slide show",5,null],[13,"Lua","","the path of a custom lua writer (see Custom writers)",5,null],[4,"InputFormat","","typesafe access to -f FORMAT, -r FORMAT, --from=FORMAT, --read=FORMAT",null,null],[13,"Native","","native Haskell",6,null],[13,"Json","","JSON version of native AST",6,null],[13,"Markdown","","pandoc’s extended markdown",6,null],[13,"MarkdownStrict","","original unextended markdown",6,null],[13,"MarkdownPhpextra","","PHP Markdown extra extended markdown",6,null],[13,"MarkdownGithub","","github extended markdown",6,null],[13,"Commonmark","","CommonMark markdown",6,null],[13,"Textile","","Textile",6,null],[13,"Rst","","reStructuredText",6,null],[13,"Html","","HTML",6,null],[13,"DocBook","","DocBook",6,null],[13,"T2t","","txt2tags",6,null],[13,"Docx","","Word docx",6,null],[13,"Epub","","EPUB",6,null],[13,"Opml","","OPML",6,null],[13,"Org","","Emacs Org-Mode",6,null],[13,"MediaWiki","","MediaWiki markup",6,null],[13,"Twiki","","TWiki markup",6,null],[13,"Haddock","","Haddock markup",6,null],[13,"Latex","","LaTeX",6,null],[4,"MarkdownExtension","","",null,null],[13,"EscapedLineBreaks","","",7,null],[13,"BlankBeforeHeader","","",7,null],[13,"HeaderAttributes","","",7,null],[13,"AutoIdentifiers","","",7,null],[13,"ImplicitHeaderReferences","","",7,null],[13,"BlankBeforeBlockQuote","","",7,null],[13,"FencedCodeBlocks","","",7,null],[13,"BacktickCodeBlocks","","",7,null],[13,"FencedCodeAttributes","","",7,null],[13,"LineBlocks","","",7,null],[13,"FancyLists","","",7,null],[13,"Startnum","","",7,null],[13,"DefinitionLists","","",7,null],[13,"ExampleLists","","",7,null],[13,"TableCaptions","","",7,null],[13,"SimpleTables","","",7,null],[13,"MultilineTables","","",7,null],[13,"GridTables","","",7,null],[13,"PipeTables","","",7,null],[13,"PandocTitleBlock","","",7,null],[13,"YamlMetadataBlock","","",7,null],[13,"AllSymbolsEscapable","","",7,null],[13,"IntrawordUnderscores","","",7,null],[13,"Strikeout","","",7,null],[13,"Superscript","","",7,null],[13,"Subscript","","",7,null],[13,"InlineCodeAttributes","","",7,null],[13,"TexMathDollars","","",7,null],[13,"RawHtml","","",7,null],[13,"MarkdownInHtmlBlocks","","",7,null],[13,"NativeDivs","","",7,null],[13,"NativeSpans","","",7,null],[13,"RawTex","","",7,null],[13,"LatexMacros","","",7,null],[13,"ShortcutReferenceLinks","","",7,null],[13,"ImplicitFigures","","",7,null],[13,"Footnotes","","",7,null],[13,"InlineNotes","","",7,null],[13,"Citations","","",7,null],[13,"ListsWithoutPrecedingBlankline","","",7,null],[13,"HardLineBreaks","","",7,null],[13,"IgnoreLineBreaks","","",7,null],[13,"TexMathSingleBackslash","","",7,null],[13,"TexMathDoubleBackslash","","",7,null],[13,"MarkdownAttribute","","",7,null],[13,"MmdTitleBlock","","",7,null],[13,"Abbreviations","","",7,null],[13,"AutolinkBareUris","","",7,null],[13,"AsciiIdentifiers","","",7,null],[13,"LinkAttributes","","",7,null],[13,"MmdHeaderIdentifiers","","",7,null],[13,"CompactDefinitionLists","","",7,null],[4,"PandocError","","Possible errors that can occur before or during pandoc execution",null,null],[13,"IoErr","","some kind of IO-Error",8,null],[13,"Err","","pandoc execution failed, look at the stderr output",8,null],[13,"NoOutputSpecified","","forgot to specify an output file",8,null],[13,"NoInputSpecified","","forgot to specify any input files",8,null],[13,"PandocNotFound","","pandoc executable not found",8,null],[5,"new","","does nothing useful, simply gives you a builder object\nconvenience function so you can call pandoc::new()",null,{"inputs":[],"output":{"name":"pandoc"}}],[6,"URL","","",null,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"fmt","","",0,null],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"fmt","","",1,null],[11,"fmt","","",2,null],[11,"clone","","",2,null],[11,"fmt","","",2,null],[11,"fmt","","",3,null],[11,"clone","","",3,null],[11,"clone","","",4,null],[11,"fmt","","",4,null],[11,"fmt","","",4,null],[11,"clone","","",5,null],[11,"fmt","","",5,null],[11,"fmt","","",5,null],[11,"clone","","",6,null],[11,"fmt","","",6,null],[11,"fmt","","",6,null],[11,"clone","","",7,null],[11,"fmt","","",7,null],[11,"fmt","","",7,null],[11,"clone","","",9,null],[11,"default","","",9,{"inputs":[],"output":{"name":"pandoc"}}],[11,"new","","does nothing useful, simply gives you a builder object",9,{"inputs":[],"output":{"name":"pandoc"}}],[11,"add_latex_path_hint","","this path is searched first for latex, then PATH, then some hardcoded hints",9,null],[11,"add_pandoc_path_hint","","this path is searched first for pandoc, then PATH, then some hardcoded hints",9,null],[11,"set_doc_class","","sets or overwrites the document-class",9,null],[11,"set_output_format","","sets or overwrites the output format",9,null],[11,"set_input_format","","sets or overwrites the input format",9,null],[11,"add_input","","adds more input files, the order is relevant\nthe order of adding the files is the order in which they are processed",9,null],[11,"set_output","","sets or overwrites the output filename",9,null],[11,"set_bibliography","","filename of the bibliography database",9,null],[11,"set_csl","","filename of a citation style file",9,null],[11,"set_toc","","enable table of contents",9,null],[11,"set_chapters","","enable chapters",9,null],[11,"set_number_sections","","prefix section names with indices x.y.z",9,null],[11,"set_latex_template","","set a custom latex template",9,null],[11,"set_slide_level","","sets the header level that causes a new slide to be generated",9,null],[11,"set_variable","","set a custom variable\ntry not to use this, there are convenience functions for most things",9,null],[11,"add_filter","","closures that take a json string and return a json string",9,null],[11,"add_option","","",9,null],[11,"generate_latex_template","","generate a latex template from the given settings\nthis function can panic in a lot of places",9,null],[11,"execute","","actually execute pandoc",9,null],[11,"from","","",8,{"inputs":[{"name":"error"}],"output":{"name":"self"}}],[11,"fmt","","",8,null]],"paths":[[4,"OutputFormatExt"],[4,"TrackChanges"],[4,"EmailObfuscation"],[4,"PandocOption"],[4,"DocumentClass"],[4,"OutputFormat"],[4,"InputFormat"],[4,"MarkdownExtension"],[4,"PandocError"],[3,"Pandoc"]]}; initSearch(searchIndex);