Download List

Projeto Descrição

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

Isto é mais uma versão de correções e polonês. Um pacote binário OS X agora é fornecido.
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

As novas funcionalidades incluem citações automática usando citeproc, um leitor de têxteis e escritor, um escritor de modo Emacs org, melhor suporte para scripts, macros LaTeX para a matemática, a produção mais uniforme para todos os escritores, e melhorias de performance por toda parte.
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

Isto é mais uma bugfix release. O analisador markdown padrão tem sido mais eficiente. HTML seções são assinaladas por divs com identificadores únicos. Uma versão mais portátil do markdown2pdf (escrito em Haskell) foi fornecida.
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

Além de corrigir uma série de bugs, esta versão adiciona dois novos recursos: controle do usuário sobre o método de ofuscação e-mail e suporte para Haskell literate.
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

Esta versão adiciona quatro novos formatos de saída: OpenDocument XML, GNU Texinfo, ODT, e marcação MediaWiki. Markdown pandoc agora suporta um novo delimitados (ou "cercado") sintaxe bloco de código, com uma sintaxe opcional realce. O sistema de compilação foi limpo e, a API fornece agora acessível funções genéricas para consultar e transformar documentos. Suporte para LaTeX matemática em documentos Markdown foi melhorada.
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