Skip to content

Commit

Permalink
Doc: Fix incorrect parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jan 29, 2025
1 parent fe7c287 commit 120dbc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/markdown/extensions/arithmatex.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ extensions = [
extension_config = {
"pymdownx.inlinehilite": {
"custom_inline": [
{"name": "math", "class": "arithmatex", "format": arithmatex.arithmatex_inline_format(which="generic")}
{"name": "math", "class": "arithmatex", "format": arithmatex.arithmatex_inline_format(mode="generic")}
]
}
}
Expand Down Expand Up @@ -347,7 +347,7 @@ extensions = [
extension_config = {
"pymdownx.superfences": {
"custom_fences": [
{"name": "math", "class": "arithmatex", "format": arithmatex.arithmatex_fenced_format(which="generic")}
{"name": "math", "class": "arithmatex", "format": arithmatex.arithmatex_fenced_format(mode="generic")}
]
}
}
Expand Down

0 comments on commit 120dbc7

Please # to comment.