pandoc 1.19.2.1.0-1 source package in Ubuntu
Changelog
pandoc (1.19.2.1.0-1) unstable; urgency=medium [ upstream ] * New release(s). + Fixes lang-Variable collision between pandoc-citeproc and Babel. Closes: Bug#870248. Thanks to Claus-Michael. [ Jonas Smedegaard ] * Update package relations: + Add GHC for skylighting (replacing highlighting-kate). + Relax GHC upper bounds for aeson blaze-html blaze-markup vector. * Update copyright info: Extend coverage for main authors. * Drop patch 2003 (relax GHC upper bounds for directory): Relaxed upstream now. * Unfuzz patches. * Add patches cherry-picked upstream to use newer skylighting and mention skylighting (not highlighting-kate) in manpage. -- Jonas Smedegaard <email address hidden> Tue, 01 Aug 2017 12:33:19 -0400
Upload details
- Uploaded by:
- Debian Haskell Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any all
- Section:
- text
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pandoc_1.19.2.1.0-1.dsc | 5.3 KiB | e4c5493c42b55855a82ce0e999daec8d0ad939eaec5ee81d594406365c4c3b13 |
pandoc_1.19.2.1.0.orig.tar.gz | 2.6 MiB | 08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801 |
pandoc_1.19.2.1.0-1.debian.tar.xz | 38.5 KiB | b12772ae0e03bad9fab91cbb3e54f7e81c866a3a1a1bc2439107ed178c765d3b |
Available diffs
No changes file available.
Binary packages built by this source
- libghc-pandoc-dev: No summary available for libghc-pandoc-dev in ubuntu artful.
No description available for libghc-pandoc-dev in ubuntu artful.
- libghc-pandoc-doc: No summary available for libghc-pandoc-doc in ubuntu artful.
No description available for libghc-pandoc-doc in ubuntu artful.
- libghc-pandoc-prof: No summary available for libghc-pandoc-prof in ubuntu artful.
No description available for libghc-pandoc-prof in ubuntu artful.
- pandoc: No summary available for pandoc in ubuntu artful.
No description available for pandoc in ubuntu artful.
- pandoc-data: general markup converter - data files
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 several dialects of Markdown and (subsets of) HTML,
reStructuredText, LaTeX, DocBook,
MediaWiki markup, TWiki markup, Haddock markup,
OPML, Emacs Org-mode, txt2tags, Word Docx, ODT, and Textile,
and it can write Markdown, reStructuredText, XHTML, HTML 5,
LaTeX (including rendering as plain PDF or beamer slide shows),
ConTeXt, DocBook, OPML, TEI, OpenDocument, ODT, Word docx, RTF,
MediaWiki, DokuWiki, ZimWiki, Textile, groff man pages, GNU Texinfo,
plain text, Emacs Org-Mode, AsciiDoc, Haddock markup,
EPUB (v2 and v3), FictionBook2, InDesign ICML,
and several kinds of HTML/javascript slide shows
(S5, Slidy, Slideous, DZSlides, reveal.js).
.
In contrast to most existing tools for converting Markdown to HTML,
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.
.
This package contains the data files for pandoc.