From: Baldur Kristinsson Date: Mon, 14 Dec 2015 13:09:28 +0000 (+0000) Subject: Correct OPML extension, move pandoc_latex up X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=86cfddce2b8e60eeb7116aaa128e0df8209d09bb;p=ikiwiki-pandoc.git Correct OPML extension, move pandoc_latex up --- diff --git a/README.md b/README.md index 8d5e9ac..d9b7f48 100644 --- a/README.md +++ b/README.md @@ -52,15 +52,15 @@ The following options are available in the `*.setup` file. Some of them are also * `pandoc_rst` (boolean): If true, enables processing of ReST documents (fixed extension: `.rst`). +* `pandoc_latex` (boolean): If true, enables processing of LaTeX documents (fixed extension: `.tex`). + * `pandoc_textile` (boolean): If true, enables processing of textile documents (fixed extension: `.textile`). * `pandoc_mediawiki` (boolean): If true, enables processing of MediaWiki documents (fixed extension: `.mediawiki`). * `pandoc_org` (boolean): If true, enables processing of Emacs Org-mode documents (fixed extension: `.org`). -* `pandoc_opml` (boolean): If true, enables processing of OPML documents (fixed extension: `.opm`). - -* `pandoc_latex` (boolean): If true, enables processing of LaTeX documents (fixed extension: `.tex`). +* `pandoc_opml` (boolean): If true, enables processing of OPML documents (fixed extension: `.opml`). ### Settings for mathematics display