Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When I preview wide .md file I stretch window to be wide, but preview still do not take that space (1). Though md has some text on the right side (2) which is hidden by window border and I can not scroll there.
Steps to Reproduce
NA
Expected Behavior
.md preview should take space on the left.
Operating System
MacOS
Version Information
2.7.0 pre 76
Does this stop you from using Cursor
Yes - Cursor is unusable
Hi @eugen ,
This is a known issue with the inline Markdown preview. The preview currently caps the content width at 800px and centers it with symmetric gutters, creating unused space on the left. Content wider than that limit overflows to the right with no horizontal scrollbar, so it gets clipped.
A fix for table layout and horizontal scrolling in the Markdown preview was recently shipped and should be available in an upcoming update!
1 Like
I would suggest “uncap” button. Sometimes it is easier to read when document is wide.