aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2018-02-23 14:23:14 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2018-02-23 14:35:30 -0500
commit5ada5cceaceb05316dbb7241bca7d3effb4d9767 (patch)
tree7df13406352831b68cb684b86f7b884eea32ce9d /MANUAL.txt
parent8f8f0f8a603a75ea56068f65ef6e13c2c66a8402 (diff)
downloadpandoc-5ada5cceaceb05316dbb7241bca7d3effb4d9767.tar.gz
Docx reader: Don't look up dependant run styles if +styles is enabled.
It makes more sense not to interpret -- otherwise using the original document as the reference-doc would produce two of everything: the interpreted version and the uninterpreted style version.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 144ec8494..cf95d8f6c 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -4562,8 +4562,8 @@ And with the extension:
:::
::: {custom-style="BodyText"}
- This is text with an [*emphasized*]{custom-style="Emphatic"} text style.
- And this is text with a [**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.
:::