[PR #97] [CLOSED] fix: render markdown in document editor #118

Closed
opened 2026-02-16 03:15:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/97
Author: @thucpn
Created: 5/28/2025
Status: Closed

Base: mainHead: tp/render-markdown-in-document-editor


📝 Commits (2)

  • 5770aa9 fix: render markdown in document editor
  • ab4afad support table for document editor

📊 Changes

8 files changed (+343 additions, -128 deletions)

View changed files

apps/web/app/examples/document-editor/data.ts (+110 -0)
apps/web/app/examples/document-editor/page.tsx (+20 -0)
📝 apps/web/app/globals.css (+29 -123)
apps/web/app/home.css (+115 -0)
📝 apps/web/app/page.tsx (+1 -0)
📝 packages/chat-ui/package.json (+4 -0)
📝 packages/chat-ui/src/widgets/document-editor.tsx (+37 -2)
📝 pnpm-lock.yaml (+27 -3)

📄 Description

No description provided


🔄 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/run-llama/chat-ui/pull/97 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 5/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `tp/render-markdown-in-document-editor` --- ### 📝 Commits (2) - [`5770aa9`](https://github.com/run-llama/chat-ui/commit/5770aa9d196414967ea04dc662b3ab9456379391) fix: render markdown in document editor - [`ab4afad`](https://github.com/run-llama/chat-ui/commit/ab4afadf4a5a86c1444d6af8080179feee1b6e8d) support table for document editor ### 📊 Changes **8 files changed** (+343 additions, -128 deletions) <details> <summary>View changed files</summary> ➕ `apps/web/app/examples/document-editor/data.ts` (+110 -0) ➕ `apps/web/app/examples/document-editor/page.tsx` (+20 -0) 📝 `apps/web/app/globals.css` (+29 -123) ➕ `apps/web/app/home.css` (+115 -0) 📝 `apps/web/app/page.tsx` (+1 -0) 📝 `packages/chat-ui/package.json` (+4 -0) 📝 `packages/chat-ui/src/widgets/document-editor.tsx` (+37 -2) 📝 `pnpm-lock.yaml` (+27 -3) </details> ### 📄 Description _No description provided_ --- <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 03:15:15 -05:00
yindo closed this issue 2026-02-16 03:15:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/chat-ui#118