mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
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 @rssrcr on GitHub (Jul 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4210
I propose the integration and enhancement of KaTeX within the Open WebUI project to address bug #3930. This feature aims to provide users with a more flexible and robust configuration for rendering mathematical expressions.
Proposed Changes:
Support for Multiple Delimiters:
$for inline and$$for display) and LaTeX-style delimiters (\(and\)for inline,\[and\]for display). This will enhance user experience by accommodating different LaTeX usage preferences.Equation Environment:
\begin{equation}and\end{equation}. This feature will enable users to write numbered equations easily, improving the clarity and organization of mathematical content.Configuration Example:
Benefits:
I believe that these improvements will significantly enhance the functionality of the Open WebUI project and look forward to the community's support in implementing this feature.
@rssrcr commented on GitHub (Jul 30, 2024):
I believe Perplexity.ai uses the same strategy. Very effective IMHO.
@rssrcr commented on GitHub (Jul 30, 2024):
Here's all the code you need:
@rssrcr commented on GitHub (Jul 30, 2024):
@tjbck, can I ask why it was closed?