diff options
author | Nikolay Yakimov <root@livid.pp.ru> | 2019-09-08 17:09:12 +0300 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-21 11:37:21 -0700 |
commit | 9dbfd23c566efb5bf80deaf4e34b09cf38a97197 (patch) | |
tree | 6994f0b88d34cdc7df9baad28d2198e0819e2f29 | |
parent | 5c5d1a65d95fcdde0769935a4776e67c336f113a (diff) | |
download | pandoc-9dbfd23c566efb5bf80deaf4e34b09cf38a97197.tar.gz |
Update documentation wrt docx reader custom style names
-rw-r--r-- | MANUAL.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 3c9f158ef..7e01a5002 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -5321,17 +5321,17 @@ And with the extension: $ pandoc test/docx/custom-style-reference.docx -f docx+styles -t markdown - ::: {custom-style="FirstParagraph"} + ::: {custom-style="First Paragraph"} This is some text. ::: - ::: {custom-style="BodyText"} + ::: {custom-style="Body Text"} This is text with an [emphasized]{custom-style="Emphatic"} text style. And this is text with a [strengthened]{custom-style="Strengthened"} text style. ::: - ::: {custom-style="MyBlockStyle"} + ::: {custom-style="My Block Style"} > Here is a styled paragraph that inherits from Block Text. ::: |