diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 07fc07c..d0b4b2c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,6 +15,7 @@ "dayjs": "^1.11.13", "dompurify": "^3.2.6", "flowbite": "^3.1.2", + "github-markdown-css": "^5.8.1", "marked": "^15.0.12", "openapi-fetch": "^0.13.5", "pinia": "^3.0.1", @@ -3744,6 +3745,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/github-markdown-css": { + "version": "5.8.1", + "resolved": "http://mirrors.tencent.com/npm/github-markdown-css/-/github-markdown-css-5.8.1.tgz", + "integrity": "sha512-8G+PFvqigBQSWLQjyzgpa2ThD9bo7+kDsriUIidGcRhXgmcaAWUIpCZf8DavJgc+xifjbCG+GvMyWr0XMXmc7g==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/glob": { "version": "10.4.5", "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", diff --git a/frontend/package.json b/frontend/package.json index 7ca8526..60f3b4c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,6 +25,7 @@ "dayjs": "^1.11.13", "dompurify": "^3.2.6", "flowbite": "^3.1.2", + "github-markdown-css": "^5.8.1", "marked": "^15.0.12", "openapi-fetch": "^0.13.5", "pinia": "^3.0.1", diff --git a/frontend/src/views/AiChatView.vue b/frontend/src/views/AiChatView.vue index a9ebdfd..c1a2cd4 100644 --- a/frontend/src/views/AiChatView.vue +++ b/frontend/src/views/AiChatView.vue @@ -11,7 +11,7 @@ -
@@ -152,4 +152,10 @@ onUnmounted(() => { }); +