summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-10-23 21:18:22 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-23 21:35:54 +0200
commit273d90bc1935572525f1e6ad4320e0d3ae8ff083 (patch)
treea936112ede85b00802e4c606c150496aec98b87b /MANUAL.txt
parent3f93ca5bba229d3b43b7cfdf00ef822f5fac5b6e (diff)
Added --list-* options.
Added `--list-input-formats`, `--list-output-formats`, `--list-extensions`, `--list-highlight-languages`, `--list-highlight-styles`. Removed list of highlighting languages from `--version` output. Removed list of input and output formats from default `--help` output. Closes #3173.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt29
1 files changed, 28 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 16d562ca0..23aed0d92 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -262,7 +262,8 @@ General options
`markdown-pipe_tables+hard_line_breaks` is pandoc's Markdown
without pipe tables and with hard line breaks. See [Pandoc's
Markdown], below, for a list of extensions and
- their names.
+ their names. See `--list-input-formats` and `--list-extensions`,
+ below.
`-t` *FORMAT*, `-w` *FORMAT*, `--to=`*FORMAT*, `--write=`*FORMAT*
@@ -297,6 +298,7 @@ General options
below. Markdown syntax extensions can be individually
enabled or disabled by appending `+EXTENSION` or
`-EXTENSION` to the format name, as described above under `-f`.
+ See `--list-output-formats` and `--list-extensions`, below.
`-o` *FILE*, `--output=`*FILE*
@@ -338,6 +340,30 @@ General options
: Give verbose debugging output. Currently this only has an effect
with PDF output.
+`--list-input-formats`
+
+: List supported input formats, one per line.
+
+`--list-output-formats`
+
+: List supported output formats, one per line.
+
+`--list-extensions`
+
+: List supported Markdown extensions, one per line, followed
+ by a `+` or `-` indicating whether it is enabled by default
+ in pandoc's Markdown.
+
+`--list-highlight-languages`
+
+: List supported languages for syntax highlighting, one per
+ line.
+
+`--list-highlight-styles`
+
+: List supported styles for syntax highlighting, one per line.
+ See `--highlight-style`.
+
`-v`, `--version`
: Print version.
@@ -583,6 +609,7 @@ General writer options
Options are `pygments` (the default), `kate`, `monochrome`,
`espresso`, `zenburn`, `haddock`, and `tango`. For more information
on syntax highlighting in pandoc, see [Syntax highlighting], below.
+ See also `--list-highlight-styles`.
`-H` *FILE*, `--include-in-header=`*FILE*