@vmz/plugin-mathjax 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -23,9 +23,10 @@ Think of MathJax as the right specialist tool when formula fidelity is worth a h
|
|
|
23
23
|
- Documentation that cannot accept a smaller supported syntax surface.
|
|
24
24
|
- Mathematical publishing that depends on the broader MathJax ecosystem.
|
|
25
25
|
|
|
26
|
-
| Product priority
|
|
27
|
-
|
|
28
|
-
| Fast common formulas and compact delivery
|
|
29
|
-
| Broad TeX compatibility and specialist content | MathJax
|
|
26
|
+
| Product priority | Better starting point |
|
|
27
|
+
|------------------------------------------------|-----------------------|
|
|
28
|
+
| Fast common formulas and compact delivery | KaTeX |
|
|
29
|
+
| Broad TeX compatibility and specialist content | MathJax |
|
|
30
30
|
|
|
31
|
-
The choice remains local to mathematical presentation. It does not force a different VMZ routing, state, testing, or
|
|
31
|
+
The choice remains local to mathematical presentation. It does not force a different VMZ routing, state, testing, or
|
|
32
|
+
deployment model.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vmz/plugin-mathjax",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "VMZ MathJax adapter - <Mathjax> + math engine",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@vmz/plugin": "0.0.
|
|
20
|
+
"@vmz/plugin": "0.0.3"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"mathjax-full": ">=3"
|