var searchIndex = {}; searchIndex["pandoc"] = {"doc":"API that wraps the pandoc command line tool","items":[[3,"Pandoc","pandoc","the argument builder",null,null],[4,"DocumentClass","","equivalent to the latex document class",null,null],[13,"Article","","compact form of report",0,null],[13,"Report","","abstract + chapters + custom page for title, abstract and toc",0,null],[13,"Book","","no abstract",0,null],[4,"OutputFormat","","typesafe access to -t FORMAT, -w FORMAT, --to=FORMAT, --write=FORMAT",null,null],[13,"Native","","native Haskell",1,null],[13,"Json","","JSON version of native AST",1,null],[13,"Plain","","Plain text",1,null],[13,"Markdown","","pandoc’s extended markdown",1,null],[13,"MarkdownStrict","","original unextended markdown",1,null],[13,"MarkdownPhpextra","","PHP Markdown extra extended markdown",1,null],[13,"MarkdownGithub","","github extended markdown",1,null],[13,"Commonmark","","CommonMark markdown",1,null],[13,"Rst","","reStructuredText",1,null],[13,"Html","","XHTML 1",1,null],[13,"Html5","","HTML 5",1,null],[13,"Latex","","LaTeX",1,null],[13,"Beamer","","LaTeX beamer slide show",1,null],[13,"Context","","ConTeXt",1,null],[13,"Man","","Groff man",1,null],[13,"MediaWiki","","MediaWiki markup",1,null],[13,"Dokuwiki","","DokuWiki markup",1,null],[13,"Textile","","Textile",1,null],[13,"Org","","Emacs Org-Mode",1,null],[13,"Texinfo","","GNU Texinfo",1,null],[13,"Opml","","OPML",1,null],[13,"Docbook","","DocBook",1,null],[13,"OpenDocument","","Open Document",1,null],[13,"Odt","","OpenOffice text document",1,null],[13,"Docx","","Word docx",1,null],[13,"Haddock","","Haddock markup",1,null],[13,"Rtf","","Rich text format",1,null],[13,"Epub","","EPUB v2 book",1,null],[13,"Epub3","","EPUB v3",1,null],[13,"Fb2","","FictionBook2 e-book",1,null],[13,"Asciidoc","","AsciiDoc",1,null],[13,"Icml","","InDesign ICML",1,null],[13,"Slidy","","Slidy HTML and javascript slide show",1,null],[13,"Slideous","","Slideous HTML and javascript slide show",1,null],[13,"Dzslides","","DZSlides HTML5 + javascript slide show",1,null],[13,"Revealjs","","reveal.js HTML5 + javascript slide show",1,null],[13,"S5","","S5 HTML and javascript slide show",1,null],[13,"Lua","","the path of a custom lua writer (see Custom writers)",1,null],[4,"InputFormat","","typesafe access to -f FORMAT, -r FORMAT, --from=FORMAT, --read=FORMAT",null,null],[13,"Native","","native Haskell",2,null],[13,"Json","","JSON version of native AST",2,null],[13,"Markdown","","pandoc’s extended markdown",2,null],[13,"MarkdownStrict","","original unextended markdown",2,null],[13,"MarkdownPhpextra","","PHP Markdown extra extended markdown",2,null],[13,"MarkdownGithub","","github extended markdown",2,null],[13,"Commonmark","","CommonMark markdown",2,null],[13,"Textile","","Textile",2,null],[13,"Rst","","reStructuredText",2,null],[13,"Html","","HTML",2,null],[13,"DocBook","","DocBook",2,null],[13,"T2t","","txt2tags",2,null],[13,"Docx","","Word docx",2,null],[13,"Epub","","EPUB",2,null],[13,"Opml","","OPML",2,null],[13,"Org","","Emacs Org-Mode",2,null],[13,"MediaWiki","","MediaWiki markup",2,null],[13,"Twiki","","TWiki markup",2,null],[13,"Haddock","","Haddock markup",2,null],[13,"Latex","","LaTeX",2,null],[4,"MarkdownExtensions","","",null,null],[13,"EscapedLineBreaks","","",3,null],[13,"BlankBeforeHeader","","",3,null],[13,"HeaderAttributes","","",3,null],[13,"AutoIdentifiers","","",3,null],[13,"ImplicitHeaderReferences","","",3,null],[13,"BlankBeforeBlockQuote","","",3,null],[13,"FencedCodeBlocks","","",3,null],[13,"BacktickCodeBlocks","","",3,null],[13,"FencedCodeAttributes","","",3,null],[13,"LineBlocks","","",3,null],[13,"FancyLists","","",3,null],[13,"Startnum","","",3,null],[13,"DefinitionLists","","",3,null],[13,"ExampleLists","","",3,null],[13,"TableCaptions","","",3,null],[13,"SimpleTables","","",3,null],[13,"MultilineTables","","",3,null],[13,"GridTables","","",3,null],[13,"PipeTables","","",3,null],[13,"PandocTitleBlock","","",3,null],[13,"YamlMetadataBlock","","",3,null],[13,"AllSymbolsEscapable","","",3,null],[13,"IntrawordUnderscores","","",3,null],[13,"Strikeout","","",3,null],[13,"Superscript","","",3,null],[13,"Subscript","","",3,null],[13,"InlineCodeAttributes","","",3,null],[13,"TexMathDollars","","",3,null],[13,"RawHtml","","",3,null],[13,"MarkdownInHtmlBlocks","","",3,null],[13,"NativeDivs","","",3,null],[13,"NativeSpans","","",3,null],[13,"RawTex","","",3,null],[13,"LatexMacros","","",3,null],[13,"ShortcutReferenceLinks","","",3,null],[13,"ImplicitFigures","","",3,null],[13,"Footnotes","","",3,null],[13,"InlineNotes","","",3,null],[13,"Citations","","",3,null],[13,"ListsWithoutPrecedingBlankline","","",3,null],[13,"HardLineBreaks","","",3,null],[13,"IgnoreLineBreaks","","",3,null],[13,"TexMathSingleBackslash","","",3,null],[13,"TexMathDoubleBackslash","","",3,null],[13,"MarkdownAttribute","","",3,null],[13,"MmdTitleBlock","","",3,null],[13,"Abbreviations","","",3,null],[13,"AutolinkBareUris","","",3,null],[13,"AsciiIdentifiers","","",3,null],[13,"LinkAttributes","","",3,null],[13,"MmdHeaderIdentifiers","","",3,null],[13,"CompactDefinitionLists","","",3,null],[4,"PandocError","","Possible errors that can occur before or during pandoc execution",null,null],[13,"IoErr","","some kind of IO-Error",4,null],[13,"Err","","pandoc execution failed, look at the stderr output",4,null],[13,"NoOutputSpecified","","forgot to specify an output file",4,null],[13,"NoInputSpecified","","forgot to specify any input files",4,null],[13,"PandocNotFound","","pandoc executable not found",4,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"}}],[11,"clone","","",0,null],[11,"fmt","","",0,null],[11,"clone","","",1,null],[11,"fmt","","",1,null],[11,"clone","","",2,null],[11,"fmt","","",2,null],[11,"clone","","",3,null],[11,"fmt","","",3,null],[11,"clone","","",5,null],[11,"default","","",5,{"inputs":[],"output":{"name":"pandoc"}}],[11,"new","","does nothing useful, simply gives you a builder object",5,{"inputs":[],"output":{"name":"pandoc"}}],[11,"add_latex_path_hint","","this path is searched first for latex, then PATH, then some hardcoded hints",5,null],[11,"add_pandoc_path_hint","","this path is searched first for pandoc, then PATH, then some hardcoded hints",5,null],[11,"set_doc_class","","sets or overwrites the document-class",5,null],[11,"set_output_format","","sets or overwrites the output format",5,null],[11,"set_input_format","","sets or overwrites the input format",5,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",5,null],[11,"set_output","","sets or overwrites the output filename",5,null],[11,"set_bibliography","","filename of the bibliography database",5,null],[11,"set_csl","","filename of a citation style file",5,null],[11,"set_toc","","enable table of contents",5,null],[11,"set_chapters","","enable chapters",5,null],[11,"set_number_sections","","prefix section names with indices x.y.z",5,null],[11,"set_latex_template","","set a custom latex template",5,null],[11,"set_slide_level","","sets the header level that causes a new slide to be generated",5,null],[11,"set_variable","","set a custom variable\ntry not to use this, there are convenience functions for most things",5,null],[11,"add_filter","","closures that take a json string and return a json string",5,null],[11,"generate_latex_template","","generate a latex template from the given settings\nthis function can panic in a lot of places",5,null],[11,"execute","","actually execute pandoc",5,null],[11,"from","","",4,{"inputs":[{"name":"error"}],"output":{"name":"self"}}],[11,"fmt","","",4,null]],"paths":[[4,"DocumentClass"],[4,"OutputFormat"],[4,"InputFormat"],[4,"MarkdownExtensions"],[4,"PandocError"],[3,"Pandoc"]]}; initSearch(searchIndex);