From 86cfddce2b8e60eeb7116aaa128e0df8209d09bb Mon Sep 17 00:00:00 2001 From: Baldur Kristinsson Date: Mon, 14 Dec 2015 13:09:28 +0000 Subject: [PATCH] Correct OPML extension, move pandoc_latex up --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2