@vmz/plugin-katex 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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -32,4 +32,6 @@ deployment. Using formulas should not create a separate rendering or state model
32
32
  - Technical articles that must remain readable in SSR output.
33
33
  - Dashboards and scientific tools where formulas support, rather than dominate, the interface.
34
34
 
35
- KaTeX keeps the common path simple: polished mathematics without turning an otherwise lightweight page into a mathematics runtime. Start here when you are unsure; move to MathJax when a real content requirement exceeds its coverage.
35
+ KaTeX keeps the common path simple: polished mathematics without turning an otherwise lightweight page into a
36
+ mathematics runtime. Start here when you are unsure; move to MathJax when a real content requirement exceeds its
37
+ coverage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vmz/plugin-katex",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "description": "VMZ KaTeX adapter - <Katex> + math engine registration",
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@vmz/plugin": "0.0.2"
20
+ "@vmz/plugin": "0.0.3"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "katex": ">=0.16"