From 7fdcd9a6e212dc02e0a37f47240e5978683d66a1 Mon Sep 17 00:00:00 2001 From: Alex Ivkin Date: Tue, 28 Jun 2016 23:11:42 -0700 Subject: [PATCH] Added ZimWiki format to documentation and cabal description. --- README | 19 +++++++++++-------- pandoc.cabal | 13 ++++++++----- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/README b/README index b0fa386c8..ad2ce66a3 100644 --- a/README +++ b/README @@ -20,11 +20,12 @@ write plain text, [Markdown], [CommonMark], [PHP Markdown Extra], [GitHub-Flavored Markdown], [MultiMarkdown], [reStructuredText], [XHTML], [HTML5], [LaTeX] (including [`beamer`] slide shows), [ConTeXt], [RTF], [OPML], [DocBook], [OpenDocument], [ODT], [Word docx], [GNU Texinfo], [MediaWiki -markup], [DokuWiki markup], [Haddock markup], [EPUB] (v2 or v3), -[FictionBook2], [Textile], [groff man] pages, [Emacs Org mode], -[AsciiDoc], [InDesign ICML], [TEI Simple], and [Slidy], [Slideous], [DZSlides], -[reveal.js] or [S5] HTML slide shows. It can also produce [PDF] output -on systems where LaTeX, ConTeXt, or `wkhtmltopdf` is installed. +markup], [DokuWiki markup], [ZimWiki markup], [Haddock markup], +[EPUB] (v2 or v3), [FictionBook2], [Textile], [groff man] pages, +[Emacs Org mode], [AsciiDoc], [InDesign ICML], [TEI Simple], and [Slidy], +[Slideous], [DZSlides], [reveal.js] or [S5] HTML slide shows. It can also +produce [PDF] output on systems where LaTeX, ConTeXt, or `wkhtmltopdf` is +installed. Pandoc's enhanced version of Markdown includes syntax for [footnotes], [tables], flexible [ordered lists], [definition lists], [fenced code blocks], @@ -77,6 +78,7 @@ Markdown can be expected to be lossy. [Textile]: http://redcloth.org/textile [MediaWiki markup]: https://www.mediawiki.org/wiki/Help:Formatting [DokuWiki markup]: https://www.dokuwiki.org/dokuwiki +[ZimWiki markup]: http://zim-wiki.org/manual/Help/Wiki_Syntax.html [TWiki markup]: http://twiki.org/cgi-bin/view/TWiki/TextFormattingRules [Haddock markup]: https://www.haskell.org/haddock/doc/html/ch03s08.html [groff man]: http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man7/groff_man.7.html @@ -272,8 +274,9 @@ General options (MultiMarkdown), `commonmark` (CommonMark Markdown), `rst` (reStructuredText), `html` (XHTML), `html5` (HTML5), `latex` (LaTeX), `beamer` (LaTeX beamer slide show), `context` (ConTeXt), - `man` (groff man), `mediawiki` (MediaWiki markup), `dokuwiki` - (DokuWiki markup), `textile` (Textile), `org` (Emacs Org mode), + `man` (groff man), `mediawiki` (MediaWiki markup), + `dokuwiki` (DokuWiki markup), `zimwiki` (ZimWiki markup), + `textile` (Textile), `org` (Emacs Org mode), `texinfo` (GNU Texinfo), `opml` (OPML), `docbook` (DocBook 4), `docbook5` (DocBook 5), `opendocument` (OpenDocument), `odt` (OpenOffice text document), `docx` (Word docx), `haddock` @@ -2646,7 +2649,7 @@ them and they won't be treated as math delimiters. TeX math will be printed in all output formats. How it is rendered depends on the output format: -Markdown, LaTeX, Emacs Org mode, ConTeXt +Markdown, LaTeX, Emacs Org mode, ConTeXt, ZimWiki ~ It will appear verbatim between `$` characters. reStructuredText diff --git a/pandoc.cabal b/pandoc.cabal index c2267b8d1..54f452514 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -21,11 +21,11 @@ Description: Pandoc is a Haskell library for converting from one markup Emacs Org-Mode, txt2tags, Word Docx, ODT, and Textile, and it can write Markdown, reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt, DocBook, OPML, TEI, OpenDocument, ODT, - Word docx, RTF, MediaWiki, DokuWiki, Textile, groff man - pages, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup, - EPUB (v2 and v3), FictionBook2, InDesign ICML, and several - kinds of HTML/javascript slide shows (S5, Slidy, Slideous, - DZSlides, reveal.js). + Word docx, RTF, MediaWiki, DokuWiki, ZimWiki, Textile, + groff man pages, plain text, Emacs Org-Mode, AsciiDoc, + Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign ICML, + and several kinds of HTML/javascript slide shows (S5, Slidy, + Slideous, DZSlides, reveal.js). . In contrast to most existing tools for converting Markdown to HTML, pandoc has a modular design: it consists of a set of @@ -55,6 +55,7 @@ Data-Files: data/templates/default.plain data/templates/default.mediawiki data/templates/default.dokuwiki + data/templates/default.zimwiki data/templates/default.rtf data/templates/default.s5 data/templates/default.slidy @@ -148,6 +149,7 @@ Extra-Source-Files: tests/tables.docbook tests/tables.docbook5 tests/tables.dokuwiki + tests/tables.zimwiki tests/tables.icml tests/tables.html tests/tables.latex @@ -189,6 +191,7 @@ Extra-Source-Files: tests/writer.fb2 tests/writer.opml tests/writer.dokuwiki + tests/writer.zimwiki tests/writers-lang-and-dir.latex tests/writers-lang-and-dir.context tests/dokuwiki_inline_formatting.dokuwiki