feat(markdown): Migrate to comark for markdown rendering

This commit is contained in:
Zoe
2026-08-11 03:18:28 -05:00
parent c9e48687ef
commit 4b99921023
10 changed files with 441 additions and 337 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ app/ # Nuxt 4 application (SSR)
├── layouts/ # Auth and default layouts
├── middleware/ # Global auth middleware
├── pages/ # File-based routing (/, /auth/*, /agent/*)
├── plugins/ # Auth plugins (client/server), remark markdown
├── plugins/ # Auth plugins (client/server)
├── types/ # TypeScript interfaces
└── utils/ # Crypto, model-mapping, search utilities