[PR #4386] [CLOSED] Feat/custom markdown #21479

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

📋 Pull Request Information

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

Base: dev-markdownHead: feat/custom-markdown


📝 Commits (4)

📊 Changes

4 files changed (+168 additions, -35 deletions)

View changed files

src/lib/components/chat/Messages/MarkdownInlineTokens.svelte (+43 -0)
src/lib/components/chat/Messages/MarkdownTokens.svelte (+118 -0)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+2 -35)
📝 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/4386 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 8/5/2024 **Status:** ❌ Closed **Base:** `dev-markdown` ← **Head:** `feat/custom-markdown` --- ### 📝 Commits (4) - [`af2323b`](https://github.com/open-webui/open-webui/commit/af2323bd28e4f0b137fae273a2253f28308dae76) wip markdown - [`810396b`](https://github.com/open-webui/open-webui/commit/810396bc549442675a918a5421319ec604997cc4) more wip - [`07e7dde`](https://github.com/open-webui/open-webui/commit/07e7dde762a0d789e5a92b34a16567eb43645c88) more wip - [`9badbdb`](https://github.com/open-webui/open-webui/commit/9badbdb4d7b8064e9dcc127b3f8b87777a76be67) fix codeblock snippets ### 📊 Changes **4 files changed** (+168 additions, -35 deletions) <details> <summary>View changed files</summary> ➕ `src/lib/components/chat/Messages/MarkdownInlineTokens.svelte` (+43 -0) ➕ `src/lib/components/chat/Messages/MarkdownTokens.svelte` (+118 -0) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+2 -35) 📝 `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:38 -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#21479