]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
feat: render user content as markdown option (#16358)
authorPascal <redacted>
Sat, 11 Oct 2025 13:50:49 +0000 (15:50 +0200)
committerGitHub <redacted>
Sat, 11 Oct 2025 13:50:49 +0000 (15:50 +0200)
commit4a8fbe0a5eb75f339782ebcf29c17848122184d3
tree8639b52e073a94d71fddc9295a14297db7363eae
parent31d0ff1869aa2ea31f4e96d5877d0343e9a2171b
feat: render user content as markdown option (#16358)

* feat: render user content as markdown option
- Add a persisted 'renderUserContentAsMarkdown' preference to the settings defaults and info metadata so the choice survives reloads like other options
- Surface the new 'Render user content as Markdown' checkbox in the General section of the chat settings dialog, beneath the PDF toggle
- Render user chat messages with 'MarkdownContent' when the new setting is enabled, matching assistant formatting while preserving the existing card styling otherwise
- chore: update webui build output

* chore: update webui build output
tools/server/public/index.html.gz
tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageUser.svelte
tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsDialog.svelte
tools/server/webui/src/lib/constants/settings-config.ts