I noticed that this is mainly an issue with large markdown files, it is not effecting all my markdown files. Is this a known issue and a sign I need to break up or shrink our main repo Readme.md?
Hi @salehk Thanks for the post and sorry for the inconvenience.
This is a known issue with Cursor’s built-in Preview tab, and we’re tracking it. It usually isn’t a strict size limit, so you shouldn’t need to shrink your README. The built-in Preview is Cursor’s own renderer (separate from VS Code’s Markdown: Open Preview) and can go blank on certain markdown patterns. Longer files are just more likely to contain one of those patterns.
Reliable workaround for now: open the README and run Markdown: Open Preview from the Command Palette (Command+Shift+P to open Command Palette) or press Cmd+Shift+V. That uses a different renderer and isn’t affected.