You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let [<Literal>]MATHJAX_V2_CDN="""https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML%2CSafe.js&ver=4.1"""
20
+
let [<Literal>]MATHJAX_V2_REQUIRE_CDN="""https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML%2CSafe.js&ver=4.1"""
21
+
let [<Literal>]MATHJAX_V2_CONFIG="""MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true}});"""
22
+
23
+
let [<Literal>]MATHJAX_V3_CDN="""https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-svg.js"""
24
+
let [<Literal>]MATHJAX_V3_REQUIRE_CDN="""https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-svg"""
25
+
let [<Literal>]MATHJAX_V3_CONFIG="""MathJax = {tex: {inlineMath: [['$', '$'], ['\\(', '\\)']]}};"""
26
+
17
27
/// the mathjax v2 tags to add to html docs for rendering latex
0 commit comments