File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/src/markdown/extensions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ extensions = [
315
315
extension_config = {
316
316
" pymdownx.inlinehilite" : {
317
317
" 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" )}
319
319
]
320
320
}
321
321
}
@@ -347,7 +347,7 @@ extensions = [
347
347
extension_config = {
348
348
" pymdownx.superfences" : {
349
349
" 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" )}
351
351
]
352
352
}
353
353
}
You can’t perform that action at this time.
0 commit comments