diff options
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 28d4aa160..fe8e9a3ae 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -736,7 +736,7 @@ header when requesting a document from a URL: affected paragraph break. This option only affects the docx reader. -`--extract-media=`*DIR* +`--extract-media=`*DIR*|*FILE*`.tar` : Extract images and other media contained in or linked from the source document to the path *DIR*, creating it if @@ -748,6 +748,10 @@ header when requesting a document from a URL: Otherwise filenames are constructed from the SHA1 hash of the contents. + If the path given ends in `.tar`, then instead of creating + a directory, pandoc will create a tar archive with the media + files. + `--abbreviations=`*FILE* : Specifies a custom abbreviations file, with abbreviations |
