diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-05-30 17:01:34 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-05-30 17:01:34 -0700 |
commit | 768ddc3d5626dea320ee050ee8b411b43daa1105 (patch) | |
tree | be836d6726d2d97d7cbeb1caeb68bbfc95cb57a2 /README | |
parent | 4c8fda30e6257e0f7edeef11c161c4a8257f6706 (diff) | |
download | pandoc-768ddc3d5626dea320ee050ee8b411b43daa1105.tar.gz |
README: Note that `--atx-headers` affects asciidoc as well as markdown.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -393,8 +393,8 @@ Options affecting specific writers or reStructuredText. By default inline links are used. `--atx-headers` -: Use ATX style headers in markdown output. The default is to use - setext-style headers for levels 1-2, and then ATX headers. +: 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. `--chapters` : Treat top-level headers as chapters in LaTeX, ConTeXt, and DocBook |