Skip to content

Commit 3368552

Browse files
authored
Merge pull request plotly#6802 from plotly/bump-mathjax-v3.2.2-kaleido
use mathjax v3.2.2 to create mathjax v3 baselines
2 parents 33dc2de + 58a4ffd commit 3368552

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Loading
-127 Bytes
Loading

test/image/make_baseline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# until https://github.com/plotly/Kaleido/issues/124 is addressed
3030
# we are uanble to use local mathjax v3 installed in node_modules
3131
# for now let's download it from the internet:
32-
pio.kaleido.scope.mathjax = 'https://cdn.jsdelivr.net/npm/[email protected].0/es5/tex-svg.js'
32+
pio.kaleido.scope.mathjax = 'https://cdn.jsdelivr.net/npm/[email protected].2/es5/tex-svg.js'
3333
mathjax_version = 3
3434
print('Kaleido using MathJax v3')
3535

0 commit comments

Comments
 (0)