Skip to content

Commit a910e0a

Browse files
committed
enable svg as the default math rendering to fix font issue in safari
1 parent 166e9bb commit a910e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sphinx:
5656
Macros:
5757
"argmax" : "arg\\,max"
5858
"argmin" : "arg\\,min"
59-
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
59+
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
6060
rediraffe_redirects:
6161
index_toc.md: intro.md
6262
tojupyter_static_file_path: ["source/_static", "_static"]

0 commit comments

Comments
 (0)