chatbox icon indicating copy to clipboard operation
chatbox copied to clipboard

[BUG]

Open EinMaulwurf opened this issue 1 year ago • 3 comments

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 Bildschirm­foto 2023-04-17 um 20 47 43

Desktop (please complete the following information):

  • Operating System: macOS
  • Application Version: 0.4.0.

EinMaulwurf avatar Apr 17 '23 18:04 EinMaulwurf

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

mdavis-xyz avatar Mar 14 '24 17:03 mdavis-xyz

I have a similar issue. I find that the ChatGPT4 API is writing math with square brackets, which isn't rendering.

Capture d’écran du 2024-03-14 18-35-19

mdavis-xyz avatar Mar 14 '24 17:03 mdavis-xyz

I have a similar issue. I find that the ChatGPT4 API is writing math with square brackets, which isn't rendering.

Capture d’écran du 2024-03-14 18-35-19

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.

ThunderFD avatar Jul 21 '24 10:07 ThunderFD