Skip to content

Commit

Permalink
Add markdown extension admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Nov 7, 2024
1 parent 1533a4c commit 9f4bdde
Showing 1 changed file with 1 addition and 0 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",
"markdown.extensions.admonition",
"md4mathjax",
],
},
Expand Down

0 comments on commit 9f4bdde

Please sign in to comment.