@mathcrowd/mmarked 1.8.0 → 1.8.2
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 +23 -0
- package/README.md +1 -1
- package/dist/browser.umd.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## [1.8.2](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/compare/v1.8.1...v1.8.2) (2024-10-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* use span instead of div for tooltip. ([5373666](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/commits/5373666707603b335384e57efa7257722dc42afb))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.8.1](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/compare/v1.8.0...v1.8.1) (2024-10-29)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* tooltips rule fixed. ([e663ad3](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/commits/e663ad3493e3cc23b64a878fe4665c2fe5cfe3a5))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* tooltip trigger by click using checkbox. ([783f758](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/commits/783f758fd61f9677ac9ba192c143aac1747f6bb7))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
1
24
|
# [1.8.0](https://cloud.mathcrowd.cn:2444/agile/frontend/mathcrowd-marked-lib/compare/v1.7.11...v1.8.0) (2024-10-28)
|
|
2
25
|
|
|
3
26
|
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# mmarked
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/%40mathcrowd%2Fmmarked)
|
|
4
|
-
[](https://
|
|
4
|
+
[](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
|
|