summaryrefslogtreecommitdiff
path: root/test/command/2994.md
blob: b6b2d1ed9b974bf5c33b44e9a248e14622aab40a (plain)
1
2
3
4
5
6
7
8
9
10
```
% 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.
^D
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.
```