Markdown preview does not allow horizontal scrolling for wide tables

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

In Cursor’s default Markdown preview, tables that are wider than the window are not horizontally scrollable. As a result, the right side of the table is cut off and cannot be viewed.

Steps to Reproduce

    1. Open a Markdown file in Cursor.
    1. Add or open a table that is wider than the preview window.
    1. Open the default Markdown preview.
    1. Try to view the right side of the table.

Expected Behavior

  • The Markdown preview should allow horizontal scrolling for tables that exceed the window width, so the entire table content can be viewed.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.7.0-pre.18.patch.0
VSCode Version: 1.105.1
Commit: b76635bbba0ad6fa8e6fb7a95caf38d9b751f360
Date: 2026-03-05T00:40:06.343Z
Build Type: Stable
Release Track: Nightly
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.4.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. The repro steps and screenshot are clear, so the issue is easy to see.

I flagged this with the team.

As a workaround for now, you can try the “Markdown: Open Preview to the Side”, but it probably has the same limitation. Another option is a Markdown extension like “Markdown Preview Enhanced”, which might handle wide tables better with overflow-x: scroll.

Let me know if you need anything else.

thanks for the quick reply!

yeah, this is not critical bug so this would be sort of feature request rather than bug repot.

1 Like

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.