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-01-08 22:33
0.46

Ceci est principalement une version bugfix, mais il comprend deux améliorations. A - désinfecter l'option HTML a été ajouté, ce qui assainit HTML dans Markdown et HTML d'entrée en utilisant une méthode de liste blanche. Le-H,-A, et B-options ont été prises cumulatives: fois si elles sont spécifiées multiples sur les lignes de commande, plusieurs fichiers seront inclus.
Tags: Minor bugfixes
This is mainly a bugfix release, but includes two enhancements. A --sanitize-html option has been added, which sanitizes HTML in Markdown and HTML input using a whitelist method. The -H, -A, and -B options have been made cumulative: if they are specified multiple times on the command lines, multiple files will be included.

2007-12-10 01:47
0.45

Cette version inclut de nombreuses corrections de bogues et des améliorations structurelles. Support pour boîte de citations en bloc de style a été supprimée. TeX math est maintenant rendu à l'aide Unicode par défaut, mais trois options sont proposées pour plus de précision dans le rendu HTML: ASCIIMathML, gladTeX, et mimetex. Sortie «contexte» a été grandement améliorée. Une nouvelle option - no-wrap a été ajouté à supprimer de coupure de ligne. Le processus de construction a été mis à jour pour la compatibilité avec GHC 6.8.1.
Tags: Minor feature enhancements
This release includes many bugfixes and structural improvements. Support for box-style block quotes has been removed. TeX math is now rendered using Unicode by default, but three options are provided for more accurate rendering in HTML: ASCIIMathML, gladTeX, and mimeTeX. ConTeXt output has been greatly improved. A new --no-wrap option has been added to suppress line wrapping. The build process has been updated for compatibility with GHC 6.8.1.

2007-08-26 23:41
0.42

Plusieurs bugs ont été corrigés dans les listes ordonnées, notes LaTeX, inclure des fichiers et des tables HTML. Text.Pandoc.ASCIIMathML a été exposé. Une nouvelle règle a été ajoutée pour les listes renforcée classés: des lettres majuscules, suivi par des périodes doit être séparé de l'élément de liste par deux espaces pour éviter toute interprétation erronée de ses initiales. OS X paquets ne sont plus financées en raison de problèmes avec les bibliothèques dynamiques. Au lieu de cela, un Portfile MacPorts est désormais fourni.
Tags: Major bugfixes
Several bugs were fixed in ordered lists, LaTeX footnotes, include files, and HTML tables. Text.Pandoc.ASCIIMathML was exposed. A new rule was added for enhanced ordered lists: capital letters followed by periods must be separated from the list item by two spaces to avoid misinterpretation of initials. OS X packages are no longer supported due to issues with dynamic libraries. Instead, a MacPorts Portfile is now provided.

2007-08-19 21:20
0.41

Cette version corrige des bogues dans la manipulation de listes ordonnées (en démarquage) et HTML de base (dans Markdown et HTML).
Tags: Minor bugfixes
This release fixes bugs in handling of ordered lists (in markdown) and raw HTML (in markdown and HTML).

2007-08-16 07:30
0.4

Pandoc pouvez maintenant convertir des documents au contexte et l'homme groff. Extensions de syntaxe Markdown Parmi les nouveaux barré exposant, indice,, tableaux, listes de définitions, l'amélioration des listes ordonnées, et les tables des matières. Cette version inclut plusieurs corrections de bugs et améliorations «sous le capot."
Tags: Major feature enhancements
Pandoc can now convert documents to ConTeXt and
groff man. New markdown syntax extensions include
superscript, subscript, strikeout, tables,
definition lists, enhanced ordered lists, and
tables of contents. This release includes many bug
fixes and improvements "under the hood."

Project Resources