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. --- pandoc.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 9392b4430..39a390dd6 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -138,6 +138,7 @@ Extra-Source-Files: test/*.native test/command/*.md test/command/3533-rst-csv-tables.csv + test/command/2994.docx test/command/abbrevs test/command/SVG_logo-without-xml-declaration.svg test/command/SVG_logo.svg -- cgit v1.2.3