Télécharger la liste

Description du projet

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.

Système requise

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.

2008-09-14 13:29 Retour à la liste release
1.0.0.1

Ce communiqué ajoute quatre nouveaux formats de sortie: OpenDocument XML, GNU Texinfo, ODT, et MediaWiki balisage. Markdown Pandoc supporte désormais délimité une nouvelle norme (ou «réservé») syntaxe bloc de code, avec la syntaxe des options en évidence. Le système de construction a été nettoyé et l'API offre maintenant des fonctions génériques pratique pour l'interrogation et la transformation de documents. Support pour les mathématiques dans des documents LaTeX Markdown a été améliorée.
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