From 418bda81282c82325c5a296a3c486fdc5ab1dfe0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 12 Aug 2017 22:42:51 -0700 Subject: Docx writer: pass through comments. We assume that comments are defined as parsed by the docx reader: I want I left a comment.some text to have a comment on it. We assume also that the id attributes are unique and properly matched between comment-start and comment-end. Closes #2994. --- test/command/2994.docx | Bin 0 -> 9701 bytes test/command/2994.md | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 test/command/2994.docx create mode 100644 test/command/2994.md (limited to 'test/command') diff --git a/test/command/2994.docx b/test/command/2994.docx new file mode 100644 index 000000000..44118e9bd Binary files /dev/null and b/test/command/2994.docx differ diff --git a/test/command/2994.md b/test/command/2994.md new file mode 100644 index 000000000..b7d267d29 --- /dev/null +++ b/test/command/2994.md @@ -0,0 +1,7 @@ +``` +% pandoc --track-changes=all -t markdown command/2994.docx +^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. +``` -- cgit v1.2.3