mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #4592] Render Math #13666
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 @maxkonrad on GitHub (Aug 14, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4592
When api's return mathml code to be rendered, it doesn't render math but prints everything as it is. I don't know if it is possible by changing markdown editor, but this app really needs a solution.
I want it to render when api return mathml code.
Alternative solution may be to render math online and see it, but this is of course a bad solution.
I will be sending how it looks like when it is not rendered.
@tjbck commented on GitHub (Aug 14, 2024):
Please check for duplicate issues, Thanks! #4490
@maxkonrad commented on GitHub (Aug 14, 2024):
Thanks