diff options
| -rw-r--r-- | test/command/6959.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
