summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-04 10:35:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-04 10:35:26 -0700
commitd31a04dfb223fc807341a168693628864202b4de (patch)
tree3d51c87297a60f536fd09ec8228c652440fea93d /MANUAL.txt
parent330fe87799ee41696683caf919905d79e550299f (diff)
Clarify that --setext-headers doesn't affect gfm output.
Closes #4035.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 7edc6b063..e9519b9b5 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -792,6 +792,7 @@ Options affecting specific writers
: Use ATX-style headers in Markdown and AsciiDoc 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.)
`--top-level-division=[default|section|chapter|part]`