Clarify that --setext-headers doesn't affect gfm output.

Closes #4035.
This commit is contained in:
John MacFarlane 2017-11-04 10:35:26 -07:00
parent 330fe87799
commit d31a04dfb2

View file

@ -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]`