orz-markdown 1.6.0 → 1.6.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/package.json +11 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orz-markdown",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.6.2",
|
|
4
|
+
"description": "The markdown-it parser (math, diagrams, chem, QR, TOC) behind the orz document family — Markdown files that carry their own source and edit themselves in the browser: .md.html, .slides.html, .paged.html. Ships agent skills.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -33,7 +33,15 @@
|
|
|
33
33
|
"smiles",
|
|
34
34
|
"qrcode",
|
|
35
35
|
"toc",
|
|
36
|
-
"footnote"
|
|
36
|
+
"footnote",
|
|
37
|
+
"agent-skills",
|
|
38
|
+
"claude",
|
|
39
|
+
"claude-code",
|
|
40
|
+
"ai-agent",
|
|
41
|
+
"llm",
|
|
42
|
+
"markdown-parser",
|
|
43
|
+
"math",
|
|
44
|
+
"diagrams"
|
|
37
45
|
],
|
|
38
46
|
"author": "Yu Wang <yuwang@orz.how>",
|
|
39
47
|
"license": "MIT",
|