Skip to content

Commit

Permalink
feat: mdEnhance 默认启用 katex
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jan 4, 2024
1 parent 5885ac0 commit 1fe16bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.13",
"private": true,
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.14.0",
"author": "pengzhanbo",
"license": "MIT",
"keywords": [
Expand All @@ -19,7 +19,7 @@
},
"scripts": {
"build": "pnpm run build:package",
"build:package": "pnpm --filter=!vuepress-theme-plume-monorepo --filter=!docs run -r --stream build",
"build:package": "pnpm --filter=!vuepress-theme-plume-monorepo --filter=!docs --filter=!plugin-page-collection run -r --stream build",
"commit": "cz",
"dev": "concurrently \"pnpm run dev:package\" \"pnpm run docs\"",
"dev:package": "pnpm --filter=!vuepress-theme-plume-monorepo --filter=!docs --parallel dev",
Expand Down
16 changes: 9 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vuepress-theme-plume",
"type": "module",
"version": "1.0.0-rc.13",
"description": "A Blog Theme for VuePress 2.0",
"description": "A Blog&Document Theme for VuePress 2.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"homepage": "https://pengzhanbo.cn/note/vuepress-theme-plume",
Expand All @@ -15,7 +15,7 @@
},
"keywords": [
"VuePress",
"Theme",
"theme",
"plume",
"vuepress-theme",
"vuepress-theme-plume",
Expand Down Expand Up @@ -79,9 +79,9 @@
"@vuepress/utils": "2.0.0-rc.0",
"@vueuse/core": "^10.7.1",
"date-fns": "^3.0.6",
"katex": "^0.16.9",
"lodash.merge": "^4.6.2",
"nanoid": "^5.0.4",
"ts-debounce": "^4.0.0",
"vue": "^3.4.3",
"vue-router": "4.2.5",
"vuepress-plugin-comment2": "2.0.0-rc.10",
Expand Down

0 comments on commit 1fe16bd

Please sign in to comment.