Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Dies ist vor allem ein Bugfix-Release und polieren. Ein OS X Binär-Paket ist nun vorgesehen.
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

Neue Funktionen sind die automatische Zitierungen mit citeproc, eine textile Leser und Schriftsteller, ein Emacs-org-mode Schriftsteller, bessere Unterstützung für Scripting, LaTeX-Makros für Mathematik, mehr einheitliche Ausgabe für alle Schriftsteller und Performance-Verbesserungen im gesamten.
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

Dies ist vor allem ein Bugfix-Release. Die Standard-markdown Parser wurde effizienter gestaltet werden. HTML-Abschnitte befinden sich in divs mit eindeutigen Kennungen eingeschlossen. Eine portable Version von markdown2pdf (in Haskell) bereitgestellt wurden.
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

Zusätzlich zu der eine Anzahl von Bugs, fügt dieser Mitteilung zwei neue Features: Benutzer die Kontrolle über die E-Mail-Verschleierung Methode und Unterstützung für literate Haskell.
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

Diese Veröffentlichung fügt vier neue Ausgabeformate: OpenDocument XML, GNU Texinfo, ODT, und MediaWiki-Markup. Pandoc's markdown unterstützt jetzt eine neue Trennzeichen (oder "eingezäunt") Code-Block-Syntax, auf Wunsch mit Syntax-Highlighting. Das Build-System wurde aufgeräumt, und das API bietet nun praktische generische Funktionen zur Abfrage und Umwandlung von Dokumenten. Unterstützung für LaTeX math Sonderaktionen Dokumenten wurde verbessert.
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