Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
In the AI chat panel, Markdown in the assistant’s replies is not being rendered. I see the raw characters instead of formatted output:
Bold text appears as double asterisks instead of bold.
Inline code that includes a backtick (e.g. the shortcut “Ctrl+backtick”) breaks or the backtick disappears, because the backtick is interpreted as closing the code span instead of being shown as the key name.
So the chat is treating the reply as plain text rather than parsing it as Markdown.
Request ID: 7b826520-6853-4326-a9fa-ddb5875700eb
Steps to Reproduce
- enter the following in chat: how to show inline code vs code block in markdown
- see how the response rendered incorrectly for me in the attached screenshot
Expected Behavior
Properly rendered markdown. I would attached an example from vs code preview of the cursor output, but it doesn’t look like I can attached more than one image.
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
Version: 2.5.20
VSCode Version: 1.105.1
Commit: 511523af765daeb1fa69500ab0df5b6524424610
Date: 2026-02-19T20:41:31.942Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0
For AI issues: which model did you use?
Auto
For AI issues: add Request ID with privacy disabled
Request ID: 7b826520-6853-4326-a9fa-ddb5875700eb
Does this stop you from using Cursor
No - Cursor works, but with this issue

