aboutsummaryrefslogtreecommitdiff
path: root/tests/docx.metadata.native
AgeCommit message (Collapse)AuthorFilesLines
2014-07-29Docx reader: Make metavalues out of styled paragraphs.Jesse Rosenthal1-0/+2
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.