aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-03 12:01:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-03 12:03:05 -0700
commit2f652638516fb82fd809842517c07d620e18c40c (patch)
treed46573fa3d5e0bb751215d98f45c132dba429119 /MANUAL.txt
parent9a004b86c92119a499d91ae075b5e68c81136795 (diff)
downloadpandoc-2f652638516fb82fd809842517c07d620e18c40c.tar.gz
AsciiDoc writer: use single-line section headers.
The underline style is now deprecated. Previously `--atx-headers` would enable the single-line style; now the single-line style is always used. Closes #5038.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 984e608a1..9700e3d9b 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -882,7 +882,7 @@ Options affecting specific writers {.options}
`--atx-headers`
-: Use ATX-style headers in Markdown and AsciiDoc output. The default is
+: Use ATX-style headers in Markdown output. The default is
to use setext-style headers for levels 1-2, and then ATX headers.
(Note: for `gfm` output, ATX headers are always used.)