chatbox
chatbox copied to clipboard
[BUG]
Bug Description Markdown math not displayed properly.
Steps to Reproduce When inserting a space in between the dollar sings, the markdown does not render. Example: '$a=b$' does render, but '$ a=b $' does not.
Screenshots
Desktop (please complete the following information):
- Operating System: macOS
- Application Version: 0.4.0.
Please rename this issue to something more helpful.
(It's not even obvious whether this is a bug vs a missing feature.)
Perhaps something like:
math not detected
I have a similar issue. I find that the ChatGPT4 API is writing math with square brackets, which isn't rendering.
I have a similar issue. I find that the ChatGPT4 API is writing math with square brackets, which isn't rendering.
instruct the LLM to always include \( \)
somewhere in the message and it'll work fine.
a display formula:
\[
...
\]
(as it tried to use in your case) only renders correctly for some reason if there's an inline formula \( ... \)
in the same message as well.