[PR #4389] [MERGED] refac: markdown #21480

Closed
opened 2026-04-20 03:32:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4389
Author: @tjbck
Created: 8/5/2024
Status: Merged
Merged: 8/5/2024
Merged by: @tjbck

Base: devHead: dev-markdown


📝 Commits (3)

📊 Changes

6 files changed (+183 additions, -112 deletions)

View changed files

src/lib/components/chat/Messages/MarkdownInlineTokens.svelte (+44 -0)
src/lib/components/chat/Messages/MarkdownTokens.svelte (+118 -0)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+4 -8)
src/lib/components/chat/Messages/TokenRenderer.svelte (+0 -97)
📝 src/lib/components/common/Image.svelte (+12 -7)
📝 src/lib/utils/index.ts (+5 -0)

📄 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/open-webui/open-webui/pull/4389 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 8/5/2024 **Status:** ✅ Merged **Merged:** 8/5/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dev-markdown` --- ### 📝 Commits (3) - [`ab6346e`](https://github.com/open-webui/open-webui/commit/ab6346ea1cbda41ea587633bf790eb7781257028) refac: markdown rendering - [`37b117a`](https://github.com/open-webui/open-webui/commit/37b117a84c2fca1ad27ecb279aebe5c1f75e1b73) fix: styling - [`ac3c657`](https://github.com/open-webui/open-webui/commit/ac3c6573156d3ac8b9a28ca8b751de7f28d8cd44) refac ### 📊 Changes **6 files changed** (+183 additions, -112 deletions) <details> <summary>View changed files</summary> ➕ `src/lib/components/chat/Messages/MarkdownInlineTokens.svelte` (+44 -0) ➕ `src/lib/components/chat/Messages/MarkdownTokens.svelte` (+118 -0) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+4 -8) ➖ `src/lib/components/chat/Messages/TokenRenderer.svelte` (+0 -97) 📝 `src/lib/components/common/Image.svelte` (+12 -7) 📝 `src/lib/utils/index.ts` (+5 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:32:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#21480