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 = [
315315extension_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 = [
347347extension_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}
You can’t perform that action at this time.
0 commit comments