Skip to content

Commit

Permalink
enable math rendering (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
szuecs authored Jul 12, 2022
1 parent cdd35f1 commit a0fa5d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.details
- pymdownx.mark
- pymdownx.arithmatex:
generic: true

extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

plugins:
- search
Expand Down

0 comments on commit a0fa5d8

Please sign in to comment.