The pandoc package
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, and LaTeX, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OpenDocument, ODT, RTF, MediaWiki, groff man pages, 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.
Properties
| Versions | 0.4, 0.41, 0.42, 0.43, 0.44, 0.45, 0.46, 1.0, 1.0.0.1, 1.1, 1.2, 1.2.1, 1.3, 1.4, 1.5, 1.5.0.1, 1.5.1, 1.5.1.1, 1.6, 1.6.0.1, 1.8, 1.8.0.1, 1.8.0.2, 1.8.0.3, 1.8.1, 1.8.1.1, 1.8.1.2, 1.8.2, 1.8.2.1, 1.9, 1.9.0.2, 1.9.0.3, 1.9.0.4, 1.9.0.5, 1.9.1, 1.9.1.1, 1.9.1.2, 1.9.2, 1.9.3, 1.9.4, 1.9.4.1, 1.9.4.2, 1.9.4.3, 1.9.4.4, 1.9.4.5, 1.10, 1.10.0.1, 1.10.0.2, 1.10.0.3, 1.10.0.4, 1.10.0.5, 1.10.1, 1.11, 1.11.1 |
|---|---|
| Dependencies | base (3.*), bytestring (≥0.9), containers (≥0.1), directory (≥1), extensible-exceptions, filepath (≥1.1), HTTP (≥4000.0.5), mtl (≥1.1), network (≥2), old-time (≥1), parsec (≥2.1), pretty (≥1), process (≥1), random, texmath (≥0.3), utf8-string (≥0.3), xhtml (≥3000.0), xml (≥1.3.5 & <1.4), zip-archive (≥0.1.1.4) or base (4.*), bytestring (≥0.9), containers (≥0.1), directory (≥1), extensible-exceptions, filepath (≥1.1), HTTP (≥4000.0.5), mtl (≥1.1), network (≥2), old-time (≥1), parsec (≥2.1), pretty (≥1), process (≥1), random, syb, texmath (≥0.3), utf8-string (≥0.3), xhtml (≥3000.0), xml (≥1.3.5 & <1.4), zip-archive (≥0.1.1.4) |
| License | GPL |
| Copyright | (c) 2006-2010 John MacFarlane |
| Author | John MacFarlane <jgm@berkeley.edu> |
| Maintainer | John MacFarlane <jgm@berkeley.edu> |
| Stability | alpha |
| Category | Text |
| Home page | http://johnmacfarlane.net/pandoc |
| Bug tracker | http://code.google.com/p/pandoc/issues/list |
| Executables | markdown2pdf, pandoc |
| Upload date | Sat Jul 24 17:20:35 UTC 2010 |
| Uploaded by | JohnMacFarlane |
| Built on | ghc-6.12, ghc-7.0 |
| Distributions | Fedora: 1.9.4.5, NixOS: 1.11.1, Debian: 1.9.4.2, FreeBSD: 1.11.1 |
Modules
- Text
- Text.Pandoc
- Text.Pandoc.Biblio
- Text.Pandoc.Blocks
- Text.Pandoc.CharacterReferences
- Text.Pandoc.Definition
- Text.Pandoc.Highlighting
- Text.Pandoc.Parsing
- Readers
- Text.Pandoc.S5
- Text.Pandoc.Shared
- Text.Pandoc.Templates
- Writers
- 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.RST
- Text.Pandoc.Writers.RTF
- Text.Pandoc.Writers.Texinfo
- Text.Pandoc
Downloads
- pandoc-1.6.tar.gz (Cabal source package)
- package description (included in the package)