We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e4d9fd + 378cbb9 commit 36cc1f9Copy full SHA for 36cc1f9
1 file changed
source/speech/__init__.py
@@ -2139,6 +2139,7 @@ def getFormatFieldSpeech( # noqa: C901
2139
# Translators: Reported when text is no longer marked
2140
else _("not marked"))
2141
textList.append(text)
2142
+ if formatConfig["reportEmphasis"]:
2143
# strong text
2144
strong=attrs.get("strong")
2145
oldStrong=attrsCache.get("strong") if attrsCache is not None else None
0 commit comments