2017-08-12 22:42:51 -07:00
|
|
|
```
|
2017-08-16 09:47:25 -07:00
|
|
|
% pandoc -f markdown -t docx -o - | pandoc -f docx -t markdown --track-changes=all
|
2017-08-14 00:00:21 -07:00
|
|
|
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.
|
2017-08-12 22:42:51 -07:00
|
|
|
^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.
|
|
|
|
```
|