Cursor is crashing when opening a big md (2887l)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor crashes after opening a “big” md file : 15kb

→ Cursor is not responding once the project is opened.
→ Need to reload cursor, if pdf not open it’s fine, otherwise crashed again
→ Always need to restart to exit the buggy mode

I know that I should provide logs, tell me where to get theme and I’ll be happy to do so

Steps to Reproduce

Open Cursor → Open my big as md file → Crashes

Expected Behavior

I should be able to see my pdf without opening vscode and then getting back to cursor

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.5.1 (Universal)
VSCode Version: 1.105.1
Commit: 0f753a6224c9b80a58a0502e7e77c1cc064f02a0
Date: 2026-02-10T13:10:04.265Z
Build Type: Stable
Release Track: Nightly
Electron: 39.3.0
Chromium: 142.0.7444.265
Node.js: 22.21.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.2.0

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, this looks like a known issue where the Markdown preview renderer struggles with larger files.

A couple things to try:

  • When the file is open, press Cmd+Shift+V to switch to raw editing mode. This bypasses preview rendering and should prevent the freeze.
  • You’re on version 2.5.1 Nightly from Feb 10. There have been fixes for Markdown preview stability since then. Try updating to the latest build (Help > Check for Updates).
  • If the file keeps crashing on open and you can’t even use Cmd+Shift+V, open Cursor without restoring that file first. In that dialog, check “Don’t restore editors”, then open the file fresh.

The team is aware of performance issues with the Markdown preview feature. There’s no timeline for a full fix yet, but your report helps with prioritization.

Let me know if the raw mode workaround helps.

Nice, updating actually helped, I thought that auto update was on, my bad.
Still, opening the preview doesn’t seems fast, but it’s okay-ish
Thank’s a lot !

1 Like