]> git.g-eek.se Git - ikiwiki-pandoc.git/commitdiff
Correct OPML extension, move pandoc_latex up
authorBaldur Kristinsson <baldur.kristinsson@gmail.com>
Mon, 14 Dec 2015 13:09:28 +0000 (13:09 +0000)
committerBaldur Kristinsson <baldur.kristinsson@gmail.com>
Mon, 14 Dec 2015 13:09:28 +0000 (13:09 +0000)
README.md

index 8d5e9acebb2fa5175fa3b57989c87cfae5551416..d9b7f4886094b1d6f42dac37b5ef7f28165657bb 100644 (file)
--- 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