From eb9bfb6b962efda02d33f548adc09939c5c005df Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 16 Oct 2025 11:17:35 +0200 Subject: Fix #6959 test so it works on Windows. --- test/command/6959.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/command/6959.md b/test/command/6959.md index b09a189f5..5002d3396 100644 --- a/test/command/6959.md +++ b/test/command/6959.md @@ -1,5 +1,5 @@ ``` -% pandoc -t docx | pandoc -f docx -t markdown --track-changes=all +% pandoc -t docx -o - | pandoc -f docx -t markdown --track-changes=all [This is the comment]{.comment-start id="1" author="Mike" date="2020-12-17T16:53:00Z"} [Here is my reply]{.comment-start id="2" author="Mike" date="2020-12-17T17:39:00Z"} This is the content being -- cgit v1.2.3