aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index a9e0863e0..d4a0c5e1d 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -4532,15 +4532,14 @@ Without the `+styles` extension:
And with the extension:
$ pandoc test/docx/custom-style-reference.docx -f docx+styles -t markdown
+
::: {custom-style="FirstParagraph"}
This is some text.
:::
::: {custom-style="BodyText"}
- This is text with an
- *[[emphasized]{custom-style="Emphatic"}]{custom-style="Emphatic"}* text
- style. And this is text with a
- **[[strengthened]{custom-style="Strengthened"}]{custom-style="Strengthened"}**
+ This is text with an *[emphasized]{custom-style="Emphatic"}* text style.
+ And this is text with a **[strengthened]{custom-style="Strengthened"}**
text style.
:::