diff options
| author | John MacFarlane <[email protected]> | 2026-01-18 19:24:02 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2026-01-18 19:24:02 +0100 |
| commit | 1eab54eb92ba89e4e98aad2b54bc154d5c5cbc69 (patch) | |
| tree | 7475c452eab82a6d01cfeac95a9e89aac6ebddc4 /MANUAL.txt | |
| parent | 363135f65e2d6d5751acf427839130f672ead778 (diff) | |
Allow --extract-media to extract to a tar archive...
instead of a directory. This happens when the path given has a
.tar extension.
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 |
