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
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Development repository for MathJax v3 #
2
2
3
-
MathJax v3 is now in beta release; see the [beta branch](https://github.com/mathjax/mathjax-v3/tree/beta) for details. See the [https://github.com/mathjax/mj3-demos](https://github.com/mathjax/mj3-demos) for examples of using MathJax v3 in webpages, and [https://github.com/mathjax/mj3-demos-node](https://github.com/mathjax/mj3-demos-node) for examples of using MathJax v3 in node applications.
3
+
MathJax v3 is now in beta release; see the [beta branch](https://github.com/mathjax/mathjax-v3/tree/beta) for details. See the [mj3-demos repository](https://github.com/mathjax/mj3-demos) for examples of using MathJax v3 in webpages, and the [mj3-demos-node repository](https://github.com/mathjax/mj3-demos-node) for examples of using MathJax v3 in node applications.
4
4
5
5
See the [release notes](https://github.com/mathjax/mathjax-v3/releases) for details of the changes in this beta release. See the examples linked above for documentation on how to use and configure MathJax for use in browsers or node applications. More documentation will be forthcoming as part of the official version 3.0.0 release currently being prepared.
6
6
@@ -44,4 +44,10 @@ The `load.mjs` file uses node's native implementation of ES6 modules, and proces
44
44
45
45
node -r esm filename.js
46
46
47
-
and simply import the needed MathJax code.
47
+
and simply import the needed MathJax code.
48
+
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
0 commit comments