Skip to content

Commit 5db2683

Browse files
committed
More README updates
1 parent f21429d commit 5db2683

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Development repository for MathJax v3 #
22

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.
44

55
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.
66

@@ -44,4 +44,10 @@ The `load.mjs` file uses node's native implementation of ES6 modules, and proces
4444

4545
node -r esm filename.js
4646

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
50+
51+
npm run make-components
52+
53+
from the main directory of this repository.

0 commit comments

Comments
 (0)