diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-08-16 09:47:25 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-08-16 09:47:25 -0700 |
commit | 68434957d6e9c5d950fd302116d147836fa4b139 (patch) | |
tree | c2f9878e47da1b55fc9804e335d136f24befe07f /test/command | |
parent | 61cf3affa98f8331a2f2d55eedf56fc2a2a529e2 (diff) | |
download | pandoc-68434957d6e9c5d950fd302116d147836fa4b139.tar.gz |
Fixed command test #2994 on Windows.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/2994.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/2994.md b/test/command/2994.md index df46900b6..b6b2d1ed9 100644 --- a/test/command/2994.md +++ b/test/command/2994.md @@ -1,5 +1,5 @@ ``` -% pandoc -f markdown -t docx | pandoc -f docx -t markdown --track-changes=all +% pandoc -f markdown -t docx -o - | pandoc -f docx -t markdown --track-changes=all I want [I left a comment.]{.comment-start id="0" author="Jesse Rosenthal" date="2016-05-09T16:13:00Z"}some text to have a comment []{.comment-end id="0"}on it. |