pandoc
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 and write Markdown and (subsets of) other formats, such as HTML, reStructuredText, LaTeX, DocBook, and many more.
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.
- Versions: 2.19.2
- Website: https://pandoc.org
- Licenses: GPL 2+
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of pandoc
as follows:
guix install pandoc
Or install a particular version:
guix install pandoc@2.19.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of pandoc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/pandoc'><img src='https://packages.guix.gnu.org/packages/pandoc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/pandoc)
Example Org:
[[https://packages.guix.gnu.org/packages/pandoc][https://packages.guix.gnu.org/packages/pandoc/badges/latest-version.svg]]