mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #11126] Output of markdown including a code block breaks upon experiencing closing ``` tag #16117
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?
Originally created by @neilbags on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11126
Bug Report
Installation Method
Docker
Environment
Expected Behavior:
Prompt to generate some markdown. "Generate some example markdown with a code block in it". Output should be markdown source.
Actual Behavior:
The first section of the output is markdown source. Upon reaching the end of the code block (the second instance of ```) the output switches from markdown source to rendered markdown)
Steps to Reproduce:
Prompt Open-WebUI to: "Generate some example markdown with a code block in it"
Screenshots/Screen Recordings (if applicable):