mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
11 lines
414 B
Markdown
11 lines
414 B
Markdown
```
|
|
% 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.
|
|
```
|