diff options
| author | John MacFarlane <[email protected]> | 2025-10-15 23:23:45 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-10-15 23:33:04 +0200 |
| commit | d4dd5e9ab945fca7b3e6bcc97993381a12eb39ab (patch) | |
| tree | 4d7d962badf5457f0685c3e17c21ed33132cbfff /test/command | |
| parent | 80ccc78a522845e5c35c6f65845a4315ba699924 (diff) | |
Docx writer: properly handle nested comment spans.
Patch credit: @mmourino.
Closes #8189. Closes #6959.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/6959.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/6959.md b/test/command/6959.md new file mode 100644 index 000000000..b09a189f5 --- /dev/null +++ b/test/command/6959.md @@ -0,0 +1,12 @@ +``` +% pandoc -t docx | pandoc -f docx -t markdown --track-changes=all +[This is the comment]{.comment-start id="1" author="Mike" +date="2020-12-17T16:53:00Z"} [Here is my reply]{.comment-start id="2" +author="Mike" date="2020-12-17T17:39:00Z"} This is the content being +commented on [[]{.comment-end id="2"}]{.comment-end id="1"} +^D +[This is the comment]{.comment-start id="1" author="Mike" +date="2020-12-17T16:53:00Z"} [Here is my reply]{.comment-start id="2" +author="Mike" date="2020-12-17T17:39:00Z"} This is the content being +commented on [[]{.comment-end id="2"}]{.comment-end id="1"} +``` |
