[PR #8] [MERGED] Fix code block rendering #7

Closed
opened 2026-02-16 09:19:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-embed/pull/8
Author: @shatfield4
Created: 4/25/2025
Status: Merged
Merged: 4/27/2025
Merged by: @timothycarambat

Base: mainHead: fix-code-blocks


📝 Commits (3)

  • 156e017 fix code block rendering in embed chat widget
  • 0dcd42d Merge branch 'main' of github.com:Mintplex-Labs/anythingllm-embed into fix-code-blocks
  • 7fdf868 fix borders

📊 Changes

1 file changed (+20 additions, -18 deletions)

View changed files

📝 src/utils/chat/markdown.js (+20 -18)

📄 Description

  • Fix UI bug where code blocks we're unreadable and would cause lots of UI issues when rendered
  • Fit code block to chat container

🔄 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/anythingllm-embed/pull/8 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 4/25/2025 **Status:** ✅ Merged **Merged:** 4/27/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `main` ← **Head:** `fix-code-blocks` --- ### 📝 Commits (3) - [`156e017`](https://github.com/Mintplex-Labs/anythingllm-embed/commit/156e01713bee483c5b3f17244776cd72e54f1fe8) fix code block rendering in embed chat widget - [`0dcd42d`](https://github.com/Mintplex-Labs/anythingllm-embed/commit/0dcd42d3d54f1598fcffb53dcd83a760d4264275) Merge branch 'main' of github.com:Mintplex-Labs/anythingllm-embed into fix-code-blocks - [`7fdf868`](https://github.com/Mintplex-Labs/anythingllm-embed/commit/7fdf868bea9ea5403202f1ee05d0aa495b9ca44b) fix borders ### 📊 Changes **1 file changed** (+20 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/utils/chat/markdown.js` (+20 -18) </details> ### 📄 Description - Fix UI bug where code blocks we're unreadable and would cause lots of UI issues when rendered - Fit code block to chat container --- <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-16 09:19:57 -05:00
yindo closed this issue 2026-02-16 09:19:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anythingllm-embed#7