Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/app/components/AppHeaderLogo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 128"
fill="none"
role="img"
aria-label="Comark"
>
<path
stroke="currentColor"
Expand Down
4 changes: 4 additions & 0 deletions docs/app/pages/play.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
definePageMeta({
footer: false,
})
useSeoMeta({
title: 'Playground - Comark',
description: 'Try Comark live in the browser. Edit markdown with component syntax and see the rendered output in real-time.',
})
defineOgImageComponent('Docs', {
headline: 'Playground',
})
Expand Down
4 changes: 4 additions & 0 deletions docs/app/pages/stream.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import resolveComponent from '../utils/components-manifest'
definePageMeta({
footer: false,
})
useSeoMeta({
title: 'Streaming Demo - Comark',
description: 'See Comark streaming in action. Watch markdown content parse and render in real-time as it arrives.',
})
defineOgImageComponent('Docs', {
headline: 'Streaming',
})
Expand Down
4 changes: 4 additions & 0 deletions docs/app/pages/test.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import { Comark } from 'comark/vue'
import highlight from 'comark/plugins/highlight'
import resolveComponent from '../utils/components-manifest'

useHead({
meta: [{ name: 'robots', content: 'noindex, nofollow' }],
})

const markdown = ref(`
---
seo:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/3.rendering/2.react.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default function ArticleCard() {
### With Tailwind CSS

```tsx [App.tsx]
<Comark
<Comark
value={content}
className="prose prose-slate lg:prose-xl dark:prose-invert"
/>
Expand Down
6 changes: 3 additions & 3 deletions docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ footerSections:
- label: Syntax Highlighting
to: /plugins/core/highlight
- label: Math
to: /plugins/community/math
to: /plugins/external/math
- label: CJK
to: /plugins/community/cjk
to: /plugins/external/cjk
- label: Mermaid
to: /plugins/community/mermaid
to: /plugins/external/mermaid
- title: Community
links:
- label: GitHub
Expand Down
Binary file modified docs/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/favicon.ico
Binary file not shown.
Loading