@mathcrowd/mmarked 1.8.0 → 1.8.1

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,17 @@
1
+ ## [1.8.1](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/compare/v1.8.0...v1.8.1) (2024-10-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * tooltips rule fixed. ([e663ad3](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/commits/e663ad3493e3cc23b64a878fe4665c2fe5cfe3a5))
7
+
8
+
9
+ ### Features
10
+
11
+ * tooltip trigger by click using checkbox. ([783f758](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/commits/783f758fd61f9677ac9ba192c143aac1747f6bb7))
12
+
13
+
14
+
1
15
  # [1.8.0](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/compare/v1.7.11...v1.8.0) (2024-10-28)
2
16
 
3
17
 
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # mmarked
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40mathcrowd%2Fmmarked.svg)](https://badge.fury.io/js/%40mathcrowd%2Fmmarked)
4
- [![License: Custom](https://img.shields.io/badge/License-Custom-yellow.svg)](https://opensource.org/licenses/)
4
+ [![License: Custom](https://img.shields.io/badge/License-Custom-yellow.svg)](https://creativecommons.org/licenses/by-nc/4.0)
5
5
 
6
6
  A powerful TypeScript library for rendering customized markdown syntax with LaTeX support, designed for mathematical visualization in educational contexts.
7
7