@mathcrowd/mmarked 1.8.3 → 1.8.4

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.8.4](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/compare/v1.8.3...v1.8.4) (2024-12-19)
2
+
3
+
4
+
1
5
  ## [1.8.3](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/compare/v1.8.2...v1.8.3) (2024-12-19)
2
6
 
3
7
 
package/README.md CHANGED
@@ -85,7 +85,7 @@ For detailed documentation in Chinese, visit our [Product Page](https://lab.math
85
85
 
86
86
  ## 🎮 Demo
87
87
 
88
- Try out our interactive demo [here](https://mathedu4all.github.io/mmarked/demo/).
88
+ Try out our interactive demo [here](https://mathedu4all.github.io/mmarked/).
89
89
 
90
90
  ## 👥 About Mathcrowd
91
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathcrowd/mmarked",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "A customized markdown parser/renderer with tex2svg.",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",