1 ``` 2 % pandoc -f markdown -t docx -o - | pandoc -f docx -t markdown --track-changes=all 3 I want [I left a comment.]{.comment-start id="0" 4 author="Jesse Rosenthal" date="2016-05-09T16:13:00Z"}some text to have a 5 comment []{.comment-end id="0"}on it. 6 ^D 7 I want [I left a comment.]{.comment-start id="0" 8 author="Jesse Rosenthal" date="2016-05-09T16:13:00Z"}some text to have a 9 comment []{.comment-end id="0"}on it. 10 ```