diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-05-03 09:40:39 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-05-03 09:40:39 -0700 |
commit | 83fe92d23b9291e8adf117d621a284066a69f581 (patch) | |
tree | f9fd6f73e3095c561bd6342b42ec7f3f01cc263b | |
parent | 7e0362eeb2a0a604065bfcb5ab37c2bdacdb8433 (diff) | |
download | pandoc-83fe92d23b9291e8adf117d621a284066a69f581.tar.gz |
Note on the effect of --standalone on native output.
-rw-r--r-- | MANUAL.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 63147accd..e2bb76cae 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -642,7 +642,8 @@ General writer options : Produce output with an appropriate header and footer (e.g. a standalone HTML, LaTeX, TEI, or RTF file, not a fragment). This option is set automatically for `pdf`, `epub`, `epub3`, `fb2`, `docx`, and `odt` - output. + output. For `native` output, this option causes metadata to + be included; otherwise, metadata is suppressed. `--template=`*FILE* |