diff options
| author | John MacFarlane <[email protected]> | 2023-03-28 19:03:09 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-28 19:03:09 -0700 |
| commit | 930335a45bce3ae7174ea0c35e4ee0041db3735f (patch) | |
| tree | 9f675714b8b5db82fb278b8c606a2df08e44a885 | |
| parent | a5159c2c505cd9a87856877b3287aa0b88e4e0ba (diff) | |
Added note that the user will need to create the user data dir.
See #8727.
| -rw-r--r-- | MANUAL.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 78655e252..54c87b008 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -381,7 +381,9 @@ header when requesting a document from a URL: looking at the output of `pandoc --version`. Data files placed in this directory (for example, `reference.odt`, `reference.docx`, `epub.css`, `templates`) will override - pandoc's normal defaults. + pandoc's normal defaults. (Note that the user data directory + is not created by pandoc, so you will need to create it yourself + if you want to make use of it.) `-d` *FILE*, `--defaults=`*FILE* |
