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, RTF, groff man pages, and S5 HTML slide shows.
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, tables, definition lists, and other features. A compatibility mode is provided for those who need a drop-in replacement for Markdown.pl. Included wrapper scripts make it easy to convert markdown documents to PDFs and to convert web pages to markdown documents.
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.
|
|
|
| 硬件架构 | 版本 | 软件包大小 | 安装后大小 | 文件 |
|---|---|---|---|---|
| alpha | 0.46+2+b2 | 2,396.2 kB | 13968 kB | [文件列表] |
| amd64 | 0.46+2+b2 | 725.8 kB | 3296 kB | [文件列表] |
| arm | 0.46+2+b2 | 1,685.6 kB | 11332 kB | [文件列表] |
| armel | 0.46+2+b2 | 1,710.9 kB | 11392 kB | [文件列表] |
| hppa | 0.46+2+b2 | 2,403.2 kB | 11844 kB | [文件列表] |
| i386 | 0.46+2+b2 | 689.5 kB | 2428 kB | [文件列表] |
| ia64 | 0.46+2+b2 | 2,613.4 kB | 22644 kB | [文件列表] |
| mips | 0.46+2+b2 | 2,619.6 kB | 17364 kB | [文件列表] |
| mipsel | 0.46+2+b2 | 2,567.0 kB | 17364 kB | [文件列表] |
| powerpc | 0.46+2+b2 | 1,612.2 kB | 9852 kB | [文件列表] |
| s390 | 0.46+2+b2 | 2,381.2 kB | 11116 kB | [文件列表] |
| sparc | 0.46+2+b2 | 1,577.0 kB | 9236 kB | [文件列表] |