Skip to content

Commit

Permalink
Add markdown extension md4mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Nov 7, 2024
1 parent c64b890 commit 1533a4c
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 191 deletions.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def __getitem__(self, item): # noqa: D105, ANN001, ANN204
"BLEACH": False,
"MARKDOWN_EXTENSIONS": [
"markdown.extensions.extra",
"md4mathjax",
],
},
}
Expand Down
Loading

0 comments on commit 1533a4c

Please sign in to comment.