diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-02 08:24:39 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-02 08:24:39 -0700 |
commit | cebf0091caae1a8615c236aa790ff8918e3c7d1e (patch) | |
tree | d2011e457c0ddc8535c9390680c251f8d8801f88 | |
parent | 02c579ff3c8256f2e3529f76a6f665a85fec084d (diff) | |
download | pandoc-cebf0091caae1a8615c236aa790ff8918e3c7d1e.tar.gz |
Document how to use custom writers with `--standalone`.
Closes #5866.
-rw-r--r-- | MANUAL.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index de6c48446..fd08ab075 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -5796,6 +5796,13 @@ which you can modify according to your needs, do pandoc --print-default-data-file sample.lua +Note that custom writers have no default template. If you want +to use `--standalone` with a custom writer, you will need to +specify a template manually using `--template` or add a new +default template with the name +`default.NAME_OF_CUSTOM_WRITER.lua` to the `templates` +subdirectory of your user data directory (see [Templates]). + [lua]: http://www.lua.org # A note on security |