diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-12-19 17:02:55 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-12-19 17:02:55 -0800 |
commit | 36bf76068f36ee40d7d3e75b029cf7b37ac01a6e (patch) | |
tree | 64cf6bc910a463dd451875e0cbf51b48729b40ed /deb | |
parent | 2c3310a592e33bf4bd4e4a1328efda0d1b6ac218 (diff) | |
download | pandoc-36bf76068f36ee40d7d3e75b029cf7b37ac01a6e.tar.gz |
Removed extra spaces in deb/control.in.
Diffstat (limited to 'deb')
-rw-r--r-- | deb/control.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/deb/control.in b/deb/control.in index 2c430f2f9..355c5ace4 100644 --- a/deb/control.in +++ b/deb/control.in @@ -6,14 +6,14 @@ Architecture: ARCHITECTURE Depends: libc6 (>= 2.11), libgmp10, zlib1g (>= 1:1.1.4) Maintainer: John MacFarlane <jgm@berkeley.edu> Description: general markup converter - 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) HTML, - reStructuredText, LaTeX, DocBook, MediaWiki markup, Haddock - markup, OPML, Emacs Org-Mode, txt2tags and Textile, and it can write - markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, - OPML, OpenDocument, ODT, Word docx, RTF, MediaWiki, DokuWiki, - Textile, groff man pages, 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). + 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) HTML, + reStructuredText, LaTeX, DocBook, MediaWiki markup, Twiki markup, + Haddock markup, OPML, Emacs Org-Mode, txt2tags and Textile, and + it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, + Docbook, OPML, OpenDocument, ODT, Word docx, RTF, MediaWiki, + DokuWiki, Textile, groff man pages, 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). |