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.

2007-01-09 10:42
0.3

Esta nova versão inclui vários novos recursos e correções. Um escritor DocBook foi adicionado. Sintaxe nota foi alterada para se conformar com o padrão de facto. A '- modo estrito "foi adicionada para desativar extensões de sintaxe. Mac OS X e Windows pacotes binários foram entregues. markdown2pdf e html2markdown foram polidos consideravelmente, e hsmarkdown foi adicionado como um substituto para Markdown.pl. "Smart tipografia" é agora tratado em que os leitores e não os escritores. Muitos pequenos bugs foram corrigidos.
Tags: Major feature enhancements
This major new release includes many new features and bugfixes. A DocBook writer has been added. Footnote syntax has been changed to conform to the de facto standard. A '--strict' mode has been added to turn off syntax extensions. Mac OS X and Windows binary packages have been provided. markdown2pdf and html2markdown have been polished considerably, and hsmarkdown has been added as a drop-in replacement for Markdown.pl. "Smart" typography is now handled in the readers rather than the writers. Many small bugs have been fixed.

2006-09-03 13:50
0.2

UTF-8 foi corrigido.
Tags: Initial freshmeat announcement
UTF-8 support was fixed.

Project Resources