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
There are three bootstrap files for running the code:
12
20
13
21
*`load.js` for running in node (`node load`),
@@ -46,8 +54,4 @@ The `load.mjs` file uses node's native implementation of ES6 modules, and proces
46
54
47
55
and simply import the needed MathJax code.
48
56
49
-
The file `v3-lab.html` is an interactive lab that you can open in a browser to experiment with MathJax v3. it relies on the MathJax components, which you will need to build using the command
50
-
51
-
npm run make-components
52
-
53
-
from the main directory of this repository.
57
+
The file `v3-lab.html` is an interactive lab that you can open in a browser to experiment with MathJax v3.
0 commit comments