pantable icon indicating copy to clipboard operation
pantable copied to clipboard

incorrect path when --extract-media is used in conjunction with

Open ickc opened this issue 3 years ago • 0 comments

When --extract-media is used in conjunction with this filter, the resulting path with point to only media/... ignoring the specified parent directory.

A semi-reproducible example would be to create a docx file with an image in a table (TODO: create an example file here), and then run

# makefile syntax
%.md: %.docx
    pandoc -s -o $@ $< --extract-media=$(@D)/$* --id-prefix=$* -F pantable2csv

P.S. It might as well be an upstream bug.

ickc avatar Oct 18 '20 09:10 ickc