diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-06-10 16:47:02 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-06-10 16:47:02 -0700 |
commit | 3776e828a83048697e5c64d9fb4bedc0145197dc (patch) | |
tree | cad6f9754a013ea5c86d4559b1ceeb3187d0e301 /test/docx/nested_sdt.docx | |
parent | aa79b3035c3343adf1bb41b37266049a65ab5da7 (diff) | |
download | pandoc-3776e828a83048697e5c64d9fb4bedc0145197dc.tar.gz |
Fix MediaBag regressions.
With the 2.14 release `--extract-media` stopped working as before;
there could be mismatches between the paths in the rendered document and
the extracted media.
This patch makes several changes (while keeping the same API).
The `mediaPath` in 2.14 was always constructed from the SHA1 hash of
the media contents. Now, we preserve the original path unless it's
an absolute path or contains `..` segments (in that case we use a path
based on the SHA1 hash of the contents).
When constructing a path from the SHA1 hash, we always use the
original extension, if there is one. Otherwise we look up an
appropriate extension for the mime type.
`mediaDirectory` and `mediaItems` now use the `mediaPath`, rather
than the mediabag key, for the first component of the tuple.
This makes more sense, I think, and fits with the documentation
of these functions; eventually, though, we should rework the API so that
`mediaItems` returns both the keys and the MediaItems.
Rewriting of source paths in `extractMedia` has been fixed.
`fillMediaBag` has been modified so that it doesn't modify
image paths (that was part of the problem in #7345).
We now do path normalization (e.g. `\` separators on Windows) only
in writing the media; the paths are left unchanged in the image
links (sensibly, since they might be URLs and not file paths).
These changes should restore the original behavior from before 2.14.
Closes #7345.
Diffstat (limited to 'test/docx/nested_sdt.docx')
0 files changed, 0 insertions, 0 deletions