mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 09:55:57 +00:00
Update documentation wrt docx reader custom style names
This commit is contained in:
committed by
John MacFarlane
parent
5c5d1a65d9
commit
9dbfd23c56
+3
-3
@@ -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.
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user