mirror of https://github.com/YunYouJun/valaxy
release: v0.16.1
This commit is contained in:
parent
7969b4a86c
commit
03daf40d95
|
@ -426,6 +426,7 @@ $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$
|
|||
> [KaTeX options](https://katex.org/docs/options.html)
|
||||
|
||||
```ts
|
||||
// valaxy.config.ts
|
||||
export default defineValaxyConfig({
|
||||
markdown: {
|
||||
/**
|
||||
|
@ -439,7 +440,7 @@ export default defineValaxyConfig({
|
|||
})
|
||||
```
|
||||
|
||||
## Markdown File Inclusion
|
||||
## Markdown File Inclusion<!-- -->
|
||||
|
||||
::: tip
|
||||
You can also prefix the markdown path with `@`, it will act as the source root. By default, it's the Valaxy project root.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@valaxyjs/monorepo",
|
||||
"type": "module",
|
||||
"version": "0.16.0",
|
||||
"version": "0.16.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.12.1",
|
||||
"description": "📄 Vite & Vue powered static blog generator.",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "create-valaxy",
|
||||
"type": "module",
|
||||
"version": "0.16.0",
|
||||
"version": "0.16.1",
|
||||
"description": "Create Starter Template for Valaxy",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"valaxy": "0.16.0",
|
||||
"valaxy-theme-yun": "0.16.0"
|
||||
"valaxy": "0.16.1",
|
||||
"valaxy-theme-yun": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.3.3"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "valaxy-theme-press",
|
||||
"version": "0.16.0",
|
||||
"version": "0.16.1",
|
||||
"description": "Docs Theme for Valaxy",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
|
|
@ -5,7 +5,7 @@ const runtimeConfig = useRuntimeConfig()
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<YunCard w="full" p="4" class="yun-comment sm:p-6 lg:px-12 xl:px-16">
|
||||
<YunCard w="full" p="4" class="comment yun-comment sm:p-6 lg:px-12 xl:px-16">
|
||||
<ClientOnly>
|
||||
<YunWaline v-if="runtimeConfig.addons['valaxy-addon-waline']" />
|
||||
<YunTwikoo v-if="runtimeConfig.addons['valaxy-addon-twikoo']" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "valaxy-theme-yun",
|
||||
"version": "0.16.0",
|
||||
"version": "0.16.1",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
"name": "YunYouJun",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "valaxy",
|
||||
"type": "module",
|
||||
"version": "0.16.0",
|
||||
"version": "0.16.1",
|
||||
"description": "📄 Vite & Vue powered static blog generator.",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
|
Loading…
Reference in New Issue