Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-16 | Fixed command test #2994 on Windows. | John MacFarlane | 1 | -1/+1 | |
2017-08-14 | Changed command test for #2994 so it actually tests the writer. | John MacFarlane | 1 | -1/+4 | |
2017-08-12 | Docx writer: pass through comments. | John MacFarlane | 1 | -0/+7 | |
We assume that comments are defined as parsed by the docx reader: I want <span class="comment-start" id="0" author="Jesse Rosenthal" date="2016-05-09T16:13:00Z">I left a comment.</span>some text to have a comment <span class="comment-end" id="0"></span>on it. We assume also that the id attributes are unique and properly matched between comment-start and comment-end. Closes #2994. |