Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-29 | Add and update docx tests in pandoc.cabal. | Jesse Rosenthal | 1 | -0/+0 | |
2014-07-29 | Docx reader: Make metavalues out of styled paragraphs. | Jesse Rosenthal | 1 | -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. |