diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-30 22:09:24 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-30 22:11:00 -0700 |
commit | 72020f17738e5fd3c47d479a80a2de698980e4c6 (patch) | |
tree | 1e28c8f97d0df7f828f96720686a11a45b52fe0d /README | |
parent | 5aec167e71b3da98a0f209e3c75af019682ad354 (diff) | |
download | pandoc-72020f17738e5fd3c47d479a80a2de698980e4c6.tar.gz |
Docx writer: Use Compact style for Plain block elements.
This differentiates between tight and loose lists.
Closes #775.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -485,7 +485,7 @@ Options affecting specific writers for a file `reference.docx` in the user data directory (see `--data-dir`). If this is not found either, sensible defaults will be used. The following styles are used by pandoc: [paragraph] - Normal, Title, Authors, Date, Heading 1, Heading 2, Heading 3, + Normal, Compact, Title, Authors, Date, Heading 1, Heading 2, Heading 3, Heading 4, Heading 5, Block Quote, Definition Term, Definition, Body Text, Table Caption, Image Caption; [character] Default Paragraph Font, Body Text Char, Verbatim Char, Footnote Ref, |