mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-13 06:07:36 +01:00
fix: update deps
This commit is contained in:
@@ -178,10 +178,6 @@ async function handleLike() {
|
|||||||
.prose h4 a {
|
.prose h4 a {
|
||||||
@apply no-underline;
|
@apply no-underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.katex-html {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<i18n lang="json">
|
<i18n lang="json">
|
||||||
|
|||||||
@@ -39,7 +39,11 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
remarkPlugins: ['remark-math'],
|
remarkPlugins: ['remark-math'],
|
||||||
rehypePlugins: ['rehype-katex'],
|
rehypePlugins: {
|
||||||
|
'rehype-katex': {
|
||||||
|
output: 'mathml',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,8 @@
|
|||||||
"nuxt": "^3.13.2",
|
"nuxt": "^3.13.2",
|
||||||
"rehype-katex": "^7.0.1",
|
"rehype-katex": "^7.0.1",
|
||||||
"remark-math": "^6.0.0",
|
"remark-math": "^6.0.0",
|
||||||
|
"remark-parse": "^11.0.0",
|
||||||
|
"remark-rehype": "^11.1.1",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -44,6 +44,12 @@ importers:
|
|||||||
remark-math:
|
remark-math:
|
||||||
specifier: ^6.0.0
|
specifier: ^6.0.0
|
||||||
version: 6.0.0
|
version: 6.0.0
|
||||||
|
remark-parse:
|
||||||
|
specifier: ^11.0.0
|
||||||
|
version: 11.0.0
|
||||||
|
remark-rehype:
|
||||||
|
specifier: ^11.1.1
|
||||||
|
version: 11.1.1
|
||||||
zod:
|
zod:
|
||||||
specifier: ^3.23.8
|
specifier: ^3.23.8
|
||||||
version: 3.23.8
|
version: 3.23.8
|
||||||
|
|||||||
Reference in New Issue
Block a user