mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #6454] feature request: Use display mode katex for block equations #14373
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 @weakit on GitHub (Oct 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6454
Taken from #4008:
Block equations are still rendered as inline KaTex:

I think they should better be rendered as display mode KaTex, which is very much easier to read, like on ChatGPT:

This should be a simple fix, I can submit a PR if necessary.