DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepandoc
Beschreibunggeneral markup converter
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.5.1.1-5+b1
Sektiontext
Prioritätoptional
Installierte Größe8284 Byte
Hängt ab vonlibc6 (>= 2.3.6-6~), libffi5 (>= 3.0.4), libgmp3c2, libpcre3 (>= 7.7), zlib1g (>= 1:1.1.4)
Empfohlene Pakete
PaketbetreuerJonas Smedegaard
Quellepandoc (1.5.1.1-5)
Paketgröße2212488 Byte
Prüfsumme MD5aaf3ecd0d1c3efc40fa59291213ee62c
Prüfsumme SHA1f754d4411bb73d2f6f9ba0848322332785dc9747
Prüfsumme SHA25672a2fc8546da0d457a7b30053cef8f8e982ec5a618a376d3accb73c49af52822
Link zum Herunterladenpandoc_1.5.1.1-5+b1_i386.deb
Ausführliche BeschreibungPandoc 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 plain text, markdown, reStructuredText, HTML, LaTeX, ConTeXt, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, groff man pages, and S5 HTML slide shows. . Pandoc's enhanced version of markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, delimited code blocks, superscript, subscript, strikeout, title blocks, automatic tables of contents, embedded LaTeX math, and markdown inside HTML block elements. (These enhancements can be disabled if a drop-in replacement for `Markdown.pl` is desired.) . In contrast to most 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. . This package contains the pandoc tool itself, and the wrapper script markdown2pdf for converting markdown documents to PDFs via LaTeX (requires texlive-latex-extra) or XeLaTeX (requires texlive-xetex).


Impressum
Linux is a registered trademark of Linus Torvalds