Skip to content

Commit

Permalink
Fix missing dict key in arithmatex docs (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcoxjay authored Jan 9, 2025
1 parent 5e9c79b commit 51bf163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/markdown/extensions/arithmatex.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ extensions = [
extension_config = {
"pymdownx.superfences": {
"custom_fences": [
{"name": "math", "class": "arithmatex", arithmatex.arithmatex_fenced_format(which="generic")}
{"name": "math", "class": "arithmatex", "format": arithmatex.arithmatex_fenced_format(which="generic")}
]
}
}
Expand Down

0 comments on commit 51bf163

Please sign in to comment.