[PR #55] [MERGED] add codeblock support for prompt replies and historical messages #3184

Closed
opened 2026-02-22 18:33:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/55
Author: @timothycarambat
Created: 6/14/2023
Status: Merged
Merged: 6/14/2023
Merged by: @timothycarambat

Base: masterHead: 21-add-codeblock-support


📝 Commits (2)

  • 88aca35 add codeblock support for prompt replies and historical messages
  • bacb900 Fix spacing for HTML rendering

📊 Changes

9 files changed (+8098 additions, -362 deletions)

View changed files

frontend/package-lock.json (+7662 -0)
📝 frontend/package.json (+2 -1)
📝 frontend/src/components/Modals/MangeWorkspace/index.jsx (+1 -3)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+5 -3)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx (+7 -6)
frontend/src/utils/chat/markdown.js (+36 -0)
📝 frontend/yarn.lock (+378 -345)
📝 server/index.js (+4 -2)
📝 server/utils/vectorDbProviders/lance/index.js (+3 -2)

📄 Description

resolves #21


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/55 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/14/2023 **Status:** ✅ Merged **Merged:** 6/14/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `21-add-codeblock-support` --- ### 📝 Commits (2) - [`88aca35`](https://github.com/Mintplex-Labs/anything-llm/commit/88aca35a6a6789fbe1320566d7f7618c6bec4140) add codeblock support for prompt replies and historical messages - [`bacb900`](https://github.com/Mintplex-Labs/anything-llm/commit/bacb900df50e699796baafca643f10e36376f130) Fix spacing for HTML rendering ### 📊 Changes **9 files changed** (+8098 additions, -362 deletions) <details> <summary>View changed files</summary> ➕ `frontend/package-lock.json` (+7662 -0) 📝 `frontend/package.json` (+2 -1) 📝 `frontend/src/components/Modals/MangeWorkspace/index.jsx` (+1 -3) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+5 -3) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx` (+7 -6) ➕ `frontend/src/utils/chat/markdown.js` (+36 -0) 📝 `frontend/yarn.lock` (+378 -345) 📝 `server/index.js` (+4 -2) 📝 `server/utils/vectorDbProviders/lance/index.js` (+3 -2) </details> ### 📄 Description resolves #21 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:13 -05:00
yindo closed this issue 2026-02-22 18:33:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3184