Skip to content

Commit

Permalink
Add support for Debian's node-mathjax-full
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Jan 26, 2025
1 parent bd3486c commit f9b4b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions markups/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"file:///usr/share/mathjax2/MathJax.js", # Arch Linux mathjax2
)
MATHJAX3_LOCAL_URLS = (
"file:///usr/share/nodejs/mathjax-full/es5/tex-chtml.js", # Debian node-mathjax-full
"file:///usr/share/mathjax/tex-chtml.js", # Arch Linux mathjax
)
MATHJAX_WEB_URL = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
Expand Down

0 comments on commit f9b4b40

Please sign in to comment.