aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-14 21:50:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-14 21:50:53 -0800
commit51b5b90956ae105916000bea6549e76b3e05f66f (patch)
treeeb5d9a72b91ee6331cc93b50a4f6b601ae4fa221 /MANUAL.txt
parentc4029dcfed867de4c38c6ae96926d121c37d5400 (diff)
downloadpandoc-51b5b90956ae105916000bea6549e76b3e05f66f.tar.gz
Fix small typo in manual for `--markdown-headings`.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 34153752b..28ffe2c53 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -970,12 +970,12 @@ header when requesting a document from a URL:
current section, or the document. The default is
`document`. Currently only affects the markdown writer.
-`--markdown-headings=setext`|`atx
+`--markdown-headings=setext`|`atx`
: Specify whether to use ATX-style (`#`-prefixed) or
Setext-style (underlined) headings for level 1 and 2
- headings in Markdown output. (ATX is the default.)
- ATX headings are always used for levels 3+.
+ headings in Markdown output. (The default is `atx`.)
+ ATX-style headings are always used for levels 3+.
This option also affects Markdown cells in `ipynb` output.
`--atx-headers`