Download List

프로젝트 설명

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, DocBook, OpenDocument XML, RTF, ODT, GNU Texinfo, MediaWiki markup, and S5 HTML slide shows. Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, and more. 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 to PDFs and Web pages to markdown documents. It has a modular design where the addition of a new input or output format requires only the addition of a reader or writer module.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-01 12:02
1.8.2

이것은 주로 bugfix 및 폴란드어 릴리스입니다. OS X 바이너리 패키지는 현재 제공됩니다.
Tags: Minor
This is mostly a bugfix and polish release. An OS X binary package is now provided.

2011-01-31 16:57
1.8

새로운 기능은 모든 작가에 대한 더 균일한 출력 및 성능 향상에 걸쳐 수학에 대한 citeproc를 사용하여 자동으로 인용, 섬유 독자와 작가, 이맥스 org 같은 모드 작가, 스크립팅에 대한 더 나은 지원, LaTeX의 매크로를 포함합니다.
Tags: Major feature enhancements
New features include automatic citations using citeproc, a textile reader and writer, an Emacs org-mode writer, better support for scripting, LaTeX macros for math, more uniform output for all writers, and performance improvements throughout.

2009-07-19 21:57
1.2.1

이것은 대부분 bugfix 릴리스입니다. 기본 markdown 파서를보다 효율적으로 만들어왔다. HTML을 섹션 지금은 고유 식별자와 divs에 동봉되어있습니다. markdown2pdf의 더 많은 휴대용 버전 (하스켈)에 제공되어 기록됩니다.
This is mostly a bugfix release. The default markdown parser has been made more efficient. HTML sections are now enclosed in divs with unique identifiers. A more portable version of markdown2pdf (written in Haskell) has been provided.

2009-03-02 10:11
1.2

버그의 번호를 조작뿐만 아니라,이 릴리스 이메일 난처 방법과 다루나 하스켈에 대한 지원에 두 가지 새로운 기능 : 사용자 정의 컨트롤을 추가합니다.
Tags: Major feature enhancements
In addition to fixing a number of bugs, this release adds two new features: user control over the email obfuscation method and support for literate Haskell.

2008-09-14 13:29
1.0.0.1

이 릴리스에는 4 개의 새로운 출력 포맷 : 오픈 도큐먼트 XML을하고, GNU Texinfo인가, ODT에서, 그리고 MediaWiki 마크업에 추가합니다. 지금 Pandoc의 markdown 문법 강조 옵션 (또는 "울타리") 코드 블록을 구문 새로운 구분을 지원합니다. , 그리고 청소되었습니다 API를 지금은 질의와 문서의 변환을위한 편리한 기능을 제공하는 일반적인 시스템을 빌드합니다. Markdown 문서에서 LaTeX의 수학에 대한 지원이 향상되었습니다.
Tags: Major feature enhancements
This release adds four new output formats: OpenDocument XML, GNU Texinfo, ODT, and MediaWiki markup. Pandoc's markdown now supports a new delimited (or "fenced") code block syntax, with optional syntax highlighting. The build system has been cleaned up, and the API now provides handy generic functions for querying and transforming documents. Support for LaTeX math in Markdown documents has been improved.

Project Resources