aboutsummaryrefslogtreecommitdiff
path: root/tests/docx.metadata_after_normal.docx
AgeCommit message (Collapse)AuthorFilesLines
2014-07-29Add and update docx tests in pandoc.cabal.Jesse Rosenthal1-0/+0
2014-07-29Docx reader: Make metavalues out of styled paragraphs.Jesse Rosenthal1-0/+0
This will make paragraphs styled with `Author`, `Title`, `Subtitle`, `Date`, and `Abstract` into pandoc metavalues, rather than text. The implementation only takes those elements from the beginning of the document (ignoring empty paragraphs). Multiple paragraphs in the `Author` style will be made into a metaList, one paragraph per item. Hard linebreaks (shift-return) in the paragraph will be maintained, and can be used for institution, email, etc.