diff options
Diffstat (limited to 'test/command/3752.md')
-rw-r--r-- | test/command/3752.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/3752.md b/test/command/3752.md index 2e96b531e..6ac025ebe 100644 --- a/test/command/3752.md +++ b/test/command/3752.md @@ -1,5 +1,5 @@ ``` -% pandoc command/chap1/text.md command/chap2/text.md -f markdown+rebase_relative_paths --verbose -t docx | pandoc -f docx -t plain +% pandoc command/chap1/text.md command/chap2/text.md -f markdown+rebase_relative_paths --verbose -t docx -o - | pandoc -f docx -t plain ^D [INFO] Loaded command/chap1/spider.png from ./command/chap1/spider.png [INFO] Loaded command/chap2/spider.png from ./command/chap2/spider.png |