From 840108a9c11850089a27a3b5458f8561ab1b6a2e Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Sun, 27 Jul 2014 15:11:18 -0400 Subject: Docx reader: Make metavalues out of styled paragraphs. 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. --- tests/docx.metadata_after_normal.docx | Bin 0 -> 57273 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/docx.metadata_after_normal.docx (limited to 'tests/docx.metadata_after_normal.docx') diff --git a/tests/docx.metadata_after_normal.docx b/tests/docx.metadata_after_normal.docx new file mode 100644 index 000000000..16b8d583c Binary files /dev/null and b/tests/docx.metadata_after_normal.docx differ -- cgit v1.2.3