Skip to content

Commit 618032b

Browse files
authored
Add pymdownx to l10nUtil.exe (#18882)
Fixes #18853 Summary of the issue: pymdownx is a markdown extension we use to preserve tabs in codefenced code samples. It is missing from being exported with l10nUtil. This results in the l10nUtil being broken. Description of user facing changes: l10nUtil.exe works again Description of developer facing changes: None Description of development approach: Add pymdownx to exports for l10nUtil.exe
1 parent b390c74 commit 618032b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ def _genManifestTemplate(shouldHaveUIAccess: bool) -> tuple[int, int, bytes]:
244244
"markdown_link_attr_modifier",
245245
"mdx_truly_sane_lists",
246246
"mdx_gh_links",
247+
"pymdownx",
247248
],
248249
"includes": [
249250
"nvdaBuiltin",

0 commit comments

Comments
 (0)