File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
< section id ="mocks-list "> </ section >
18
18
19
- < p > MathJax $V^3$ with $svg$ output on the page as well as plotly graphs</ p >
19
+ < p id ="pWithMathJax "> MathJax $V^3$ with $svg$ output on the page as well as plotly graphs</ p >
20
+ < h4 > no MathJax: Apple: $2, Orange: $3</ h4 >
21
+
20
22
< div id ="plots ">
21
23
< div id ="graph "> </ div >
22
24
</ div >
23
25
< div id ="snapshot "> </ div >
24
26
27
+ < script >
28
+ window . MathJax = {
29
+ startup : {
30
+ elements : [
31
+ document . getElementById ( 'pWithMathJax' )
32
+ ] ,
33
+ // typeset: false,
34
+ // in case the elements array is empty one could disable startup typeset
35
+ // https://docs.mathjax.org/en/latest/options/startup/startup.html#the-configuration-block
36
+ }
37
+ } ;
38
+ </ script >
25
39
< script src ="../../node_modules/mathjax-v3/es5/tex-svg.js "> </ script >
26
40
< script charset ="utf-8 " id ="source " src ="../../build/plotly.js " type ="module "> </ script >
27
41
< script charset ="utf-8 " src ="../../build/test_dashboard-bundle.js "> </ script >
You can’t perform that action at this time.
0 commit comments