Skip to content

Commit 2dd069e

Browse files
ruibabyCopilot
andcommitted
feat: improve markdown content workflow
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0c3069e commit 2dd069e

28 files changed

+1678
-179
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,18 @@
5757
"cac": "^7.0.0",
5858
"cli-table3": "^0.6.5",
5959
"dayjs": "^1.11.20",
60+
"gray-matter": "^4.0.3",
61+
"js-yaml": "^4.1.1",
62+
"markdown-it": "^14.1.1",
6063
"mime-types": "^3.0.2",
6164
"ora": "^9.3.0",
6265
"pretty-bytes": "^7.1.0",
6366
"semver": "^7.7.4",
6467
"string-width": "^8.2.0"
6568
},
6669
"devDependencies": {
70+
"@types/js-yaml": "^4.0.9",
71+
"@types/markdown-it": "^14.1.2",
6772
"@types/mime-types": "^3.0.1",
6873
"@types/node": "^24.12.0",
6974
"@types/semver": "^7.7.1",

pnpm-lock.yaml

Lines changed: 160 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)