Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown rendering of \( and \) is broken #472

Open
avtc opened this issue Mar 1, 2025 · 0 comments
Open

Markdown rendering of \( and \) is broken #472

avtc opened this issue Mar 1, 2025 · 0 comments

Comments

@avtc
Copy link

avtc commented Mar 1, 2025

Which version of LM Studio?
Example: LM Studio 0.3.10

Which operating system?
Windows

What is the bug?
The Appearance - View mode - Markdown renders wrong symbols:
\( -> $
\) -> $
Example chat prompt:
Write the following, do not provide any explanation or description:

var string = @"\(user\)";

Rendered as
var string = @"$user$";

(Both for user input and for LLM output)

Screenshots
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant