@webc.site/math 0.1.13 → 0.1.16
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
<a id="en"></a>
|
|
6
|
+
|
|
6
7
|
# @webc.site/math
|
|
7
8
|
|
|
8
9
|
### The world's smallest and fastest web Markdown formula renderer
|
|
@@ -455,6 +456,7 @@ The `18s` project provides a optimized math font `m` (Latin Modern Math, derived
|
|
|
455
456
|
---
|
|
456
457
|
|
|
457
458
|
<a id="zh"></a>
|
|
459
|
+
|
|
458
460
|
# @webc.site/math
|
|
459
461
|
|
|
460
462
|
### 全球最小最快的网页 Markdown 公式渲染器
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@webc.site/math","version":"0.1.
|
|
1
|
+
{"name":"@webc.site/math","version":"0.1.16","description":"The world's smallest and fastest web Markdown formula renderer / 全球最小最快的网页Markdown公式渲染器","keywords":["markdown","math","mathml","render","tex"],"homepage":"https://math.webc.site","license":"MulanPSL-2.0","author":"i18n.site@gmail.com","repository":{"type":"git","url":"git+https://github.com/webc-site/math.git"},"type":"module","exports":{".":{"types":"./mathml.d.ts","default":"./mathml.js"},"./md.js":{"types":"./md.d.ts","default":"./md.js"},"./*":"./*"},"dependencies":{}}
|