Skip to content

Commit aba6281

Browse files
hendrikheilclaudefarnabaz
authored
fix: restore three PRs clobbered by stale-tree merge of #245 (#261)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: Farnabaz <farnabaz@gmail.com>
1 parent 10ca6d9 commit aba6281

15 files changed

Lines changed: 113 additions & 23 deletions

File tree

docs/content/3.rendering/4.nuxt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ See [ComarkPlugin](/plugins) for available plugins.
123123

124124
```vue [app.vue]
125125
<script setup lang="ts">
126-
import highlight from '@comark/vue/plugins/highlight'
126+
import highlight from '@comark/nuxt/plugins/highlight'
127127
import githubLight from '@shikijs/themes/github-light'
128128
import githubDark from '@shikijs/themes/github-dark'
129129
@@ -143,8 +143,8 @@ For math and mermaid plugins, also pass the companion components:
143143

144144
```vue [app.vue]
145145
<script setup lang="ts">
146-
import math, { Math } from '@comark/vue/plugins/math'
147-
import mermaid, { Mermaid } from '@comark/vue/plugins/mermaid'
146+
import math, { Math } from '@comark/nuxt/plugins/math'
147+
import mermaid, { Mermaid } from '@comark/nuxt/plugins/mermaid'
148148
import 'katex/dist/katex.min.css'
149149
</script>
150150

examples/1.frameworks/astro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path: /examples/frameworks/astro
1010
::code-explorer
1111
---
1212
org: comarkdown
13-
repo: comark
13+
repo: comark@81a416b278b0f304d7e7577c7ac6bbfc78414790
1414
path: examples/1.frameworks/astro
1515
defaultValue: src/content/posts/comark-syntax.md
1616
---

examples/1.frameworks/nextjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ demo: https://comark-nextjs.vercel.app
1111
::code-explorer
1212
---
1313
org: comarkdown
14-
repo: comark
14+
repo: comark@81a416b278b0f304d7e7577c7ac6bbfc78414790
1515
path: examples/1.frameworks/nextjs
1616
defaultValue: content/posts/comark-syntax.md
1717
---

examples/1.frameworks/vitepress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path: /examples/frameworks/vitepress
1010
::code-explorer
1111
---
1212
org: comarkdown
13-
repo: comark
13+
repo: comark@81a416b278b0f304d7e7577c7ac6bbfc78414790
1414
path: examples/1.frameworks/vitepress
1515
defaultValue: demo.md
1616
---

examples/2.vite/angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path: /examples/vite/angular
1010
::code-explorer
1111
---
1212
org: comarkdown
13-
repo: comark
13+
repo: comark@81a416b278b0f304d7e7577c7ac6bbfc78414790
1414
path: examples/2.vite/angular
1515
defaultValue: src/main.ts
1616
---

examples/2.vite/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path: /examples/vite/react
1010
::code-explorer
1111
---
1212
org: comarkdown
13-
repo: comark
13+
repo: comark@81a416b278b0f304d7e7577c7ac6bbfc78414790
1414
path: examples/2.vite/react
1515
defaultValue: src/App.tsx
1616
---

examples/2.vite/svelte/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path: /examples/vite/svelte
1010
::CodeExplorer
1111
---
1212
org: comarkdown
13-
repo: comark
13+
repo: comark@81a416b278b0f304d7e7577c7ac6bbfc78414790
1414
path: examples/2.vite/svelte
1515
defaultValue: src/App.svelte
1616
---

examples/2.vite/vue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path: /examples/vite/vue
1010
::code-explorer
1111
---
1212
org: comarkdown
13-
repo: comark
13+
repo: comark@81a416b278b0f304d7e7577c7ac6bbfc78414790
1414
path: examples/2.vite/vue
1515
defaultValue: content/posts/comark-syntax.md
1616
---

examples/3.plugins/vue-vite-highlight/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path: /examples/plugins/vue-vite-highlight
1010
::code-explorer
1111
---
1212
org: comarkdown
13-
repo: comark
13+
repo: comark@81a416b278b0f304d7e7577c7ac6bbfc78414790
1414
path: examples/3.plugins/vue-vite-highlight
1515
defaultValue: src/App.vue
1616
---

examples/3.plugins/vue-vite-math/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path: /examples/plugins/vue-vite-math
1010
::code-explorer
1111
---
1212
org: comarkdown
13-
repo: comark
13+
repo: comark@81a416b278b0f304d7e7577c7ac6bbfc78414790
1414
path: examples/3.plugins/vue-vite-math
1515
defaultValue: src/App.vue
1616
---

0 commit comments

Comments
 (0)