mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-21 03:15:21 -04:00
[PR #97] [CLOSED] fix: render markdown in document editor #118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/chat-ui/pull/97
Author: @thucpn
Created: 5/28/2025
Status: ❌ Closed
Base:
main← Head:tp/render-markdown-in-document-editor📝 Commits (2)
5770aa9fix: render markdown in document editorab4afadsupport 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.