パッケージ: pandoc (1.6-1)
pandoc に関するリンク
Debian の資源:
ソースパッケージをダウンロード:
見つかりませんメンテナ:
外部の資源:
- ホームページ [johnmacfarlane.net]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
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) 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, EPUB, groff man pages, and Slidy or 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).
その他の pandoc 関連パッケージ
|
|
|
-
- dep: libc6.1 (>= 2.4)
- 組込用 GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6.1-udeb
-
- dep: libffi5 (>= 3.0.4)
- Foreign Function Interface ランタイムライブラリ
-
- dep: libgmp3c2
- 多倍長精度演算ライブラリ
-
- dep: libpcre3 (>= 7.7)
- Perl 5 互換正規表現ライブラリ - ランタイムファイル
-
- dep: zlib1g (>= 1:1.1.4)
- 圧縮ライブラリ - ランタイム
-
- sug: texlive-latex-extra
- TeX Live: LaTeX supplementary packages
-
- sug: texlive-latex-recommended
- TeX Live: LaTeX recommended packages
-
- sug: texlive-xetex
- TeX Live: XeTeX packages
