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, and S5 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), filepath (≥1.1), mtl (≥1.1), network (≥2), old-time (≥1), parsec (≥2.1 & <3), pretty (≥1), process (≥1), template-haskell (≥2.2), utf8-string (≥0.3), xhtml (≥3000.0), zip-archive (≥0.1.1) or base (≥4), bytestring (≥0.9), containers (≥0.1), directory (≥1), filepath (≥1.1), mtl (≥1.1), network (≥2), old-time (≥1), parsec (≥2.1 & <3), pretty (≥1), process (≥1), syb, template-haskell (≥2.2), utf8-string (≥0.3), xhtml (≥3000.0), zip-archive (≥0.1.1) |
| License | GPL |
| Copyright | (c) 2006-2008 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 | hsmarkdown, pandoc |
| Upload date | Sun Mar 1 18:28:26 UTC 2009 |
| Uploaded by | JohnMacFarlane |
| Built on | ghc-6.10, ghc-6.12 |
| 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.DefaultHeaders
- Text.Pandoc.Definition
- Text.Pandoc.Highlighting
- Text.Pandoc.LaTeXMathML
- Text.Pandoc.ODT
- Readers
- Text.Pandoc.Shared
- Writers
- Text.Pandoc.Writers.ConTeXt
- Text.Pandoc.Writers.Docbook
- Text.Pandoc.Writers.HTML
- Text.Pandoc.Writers.LaTeX
- Text.Pandoc.Writers.Man
- Text.Pandoc.Writers.Markdown
- Text.Pandoc.Writers.MediaWiki
- Text.Pandoc.Writers.OpenDocument
- Text.Pandoc.Writers.RST
- Text.Pandoc.Writers.RTF
- Text.Pandoc.Writers.S5
- Text.Pandoc.Writers.Texinfo
- Text.Pandoc
Downloads
- pandoc-1.2.tar.gz (Cabal source package)
- package description (included in the package)