pandoc-1.8.1.1: Conversion between markup formatsContentsIndex
pandoc-1.8.1.1: Conversion between markup formats

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) reStructuredText, HTML, LaTeX and Textile, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OpenDocument, ODT, RTF, MediaWiki, Textile, groff man pages, plain text, Emacs Org-Mode, EPUB, and S5 and Slidy HTML slide shows.

Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, definition lists, tables, and other features. A compatibility mode is provided for those who need a drop-in replacement for Markdown.pl.

In contrast to existing tools for converting markdown to HTML, which use regex substitutions, pandoc has a modular design: it consists of a set of readers, which parse text in a given format and produce a native representation of the document, and a set of writers, which convert this native representation into a target format. Thus, adding an input or output format requires only adding a reader or writer.

Modules
show/hideText
show/hideText.Pandoc
Text.Pandoc.Biblio
Text.Pandoc.CharacterReferences
Text.Pandoc.Highlighting
Text.Pandoc.Parsing
Text.Pandoc.Pretty
show/hideReaders
Text.Pandoc.Readers.HTML
Text.Pandoc.Readers.LaTeX
Text.Pandoc.Readers.Markdown
Text.Pandoc.Readers.Native
Text.Pandoc.Readers.RST
Text.Pandoc.Readers.TeXMath
Text.Pandoc.Readers.Textile
Text.Pandoc.S5
Text.Pandoc.Shared
Text.Pandoc.Templates
show/hideWriters
Text.Pandoc.Writers.ConTeXt
Text.Pandoc.Writers.Docbook
Text.Pandoc.Writers.EPUB
Text.Pandoc.Writers.HTML
Text.Pandoc.Writers.LaTeX
Text.Pandoc.Writers.Man
Text.Pandoc.Writers.Markdown
Text.Pandoc.Writers.MediaWiki
Text.Pandoc.Writers.Native
Text.Pandoc.Writers.ODT
Text.Pandoc.Writers.OpenDocument
Text.Pandoc.Writers.Org
Text.Pandoc.Writers.RST
Text.Pandoc.Writers.RTF
Text.Pandoc.Writers.Texinfo
Text.Pandoc.Writers.Textile
Produced by Haddock version 2.6.1