aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-20 16:57:39 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-20 16:57:39 +0200
commit9ac0a99292afafd5dce9cbf3a126270dd5d81551 (patch)
tree99fefd60af94d2c51eaa09211332ccba6c2490e2 /README.md
parent429c4620dfe6455bb2d40c7388da384692f85031 (diff)
downloadpandoc-9ac0a99292afafd5dce9cbf3a126270dd5d81551.tar.gz
Added mention of vimwiki raeder more places.
Diffstat (limited to 'README.md')
-rw-r--r--README.md41
1 files changed, 23 insertions, 18 deletions
diff --git a/README.md b/README.md
index bd5a4a31c..ce6d55008 100644
--- a/README.md
+++ b/README.md
@@ -16,28 +16,32 @@ The universal markup converter
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], [CommonMark], [PHP Markdown Extra], [GitHub-Flavored Markdown],
-[MultiMarkdown], and (subsets of) [Textile], [reStructuredText], [HTML],
-[LaTeX], [MediaWiki markup], [TWiki markup], [Haddock markup], [OPML], [Emacs
-Org mode], [DocBook], [txt2tags], [Muse], [EPUB], [ODT] and [Word docx];
-and it can 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
+[Markdown], [CommonMark], [PHP Markdown Extra], [GitHub-Flavored
+Markdown], [MultiMarkdown], and (subsets of) [Textile],
+[reStructuredText], [HTML], [LaTeX], [MediaWiki markup], [TWiki markup],
+[Haddock markup], [OPML], [Emacs Org mode], [DocBook], [Muse], [txt2tags],
+[Vimwiki], [EPUB], [ODT], and [Word docx]; and it can
+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], [ZimWiki markup], [Haddock markup],
-[EPUB] \(v2 or v3\), [FictionBook2], [Textile], [groff man] pages,
-[Emacs Org mode], [AsciiDoc], [InDesign ICML], [TEI Simple], [Muse], 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
+[EPUB] \(v2 or v3\), [FictionBook2], [Textile], [groff man],
+[groff ms], [Emacs Org mode], [AsciiDoc], [InDesign ICML], [TEI
+Simple], [Muse] and [Slidy], [Slideous], [DZSlides], [reveal.js]
+or [S5] HTML slide shows. It can also produce [PDF] output on
+systems where LaTeX, ConTeXt, `pdfroff`, or `wkhtmltopdf` is
installed.
Pandoc's enhanced version of Markdown includes syntax for [footnotes],
-[tables], flexible [ordered lists], [definition lists], [fenced code blocks],
-[superscripts and subscripts], [strikeout], [metadata blocks], automatic tables of
-contents, embedded LaTeX [math], [citations], and [Markdown inside HTML block
-elements]. (These enhancements, described
-further under [Pandoc's Markdown], can be disabled using the
-`markdown_strict` input or output format.)
+[tables], flexible [ordered lists], [definition lists], [fenced code
+blocks], [superscripts and subscripts], [strikeout], [metadata blocks],
+automatic tables of contents, embedded LaTeX [math], [citations], and
+[Markdown inside HTML block elements][Extension:
+`markdown_in_html_blocks`]. (These enhancements, described further under
+[Pandoc's Markdown], can be disabled using the `markdown_strict` input
+or output format.)
In contrast to most existing tools for converting Markdown to HTML, which
use regex substitutions, pandoc has a modular design: it consists of a
@@ -98,6 +102,7 @@ Markdown can be expected to be lossy.
[InDesign ICML]: https://www.adobe.com/content/dam/Adobe/en/devnet/indesign/cs55-docs/IDML/idml-specification.pdf
[TEI Simple]: https://github.com/TEIC/TEI-Simple
[Muse]: https://amusewiki.org/library/manual
+[Vimwiki]: https://vimwiki.github.io