Skip to content

Commit 120dbc7

Browse files
committed
Doc: Fix incorrect parameter name
1 parent fe7c287 commit 120dbc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/markdown/extensions/arithmatex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ extensions = [
315315
extension_config = {
316316
"pymdownx.inlinehilite": {
317317
"custom_inline": [
318-
{"name": "math", "class": "arithmatex", "format": arithmatex.arithmatex_inline_format(which="generic")}
318+
{"name": "math", "class": "arithmatex", "format": arithmatex.arithmatex_inline_format(mode="generic")}
319319
]
320320
}
321321
}
@@ -347,7 +347,7 @@ extensions = [
347347
extension_config = {
348348
"pymdownx.superfences": {
349349
"custom_fences": [
350-
{"name": "math", "class": "arithmatex", "format": arithmatex.arithmatex_fenced_format(which="generic")}
350+
{"name": "math", "class": "arithmatex", "format": arithmatex.arithmatex_fenced_format(mode="generic")}
351351
]
352352
}
353353
}

0 commit comments

Comments
 (0)