-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Add horizontal scrolling for wide tables in Markdown Rendered view #9016
Copy link
Copy link
Open
Labels
area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.Editors, notebooks, markdown rendering, LSP, and code display.enhancementNew feature or request.New feature or request.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.ready-to-implementThe issue is ready for implementation work.The issue is ready for implementation work.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.Editors, notebooks, markdown rendering, LSP, and code display.enhancementNew feature or request.New feature or request.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.ready-to-implementThe issue is ready for implementation work.The issue is ready for implementation work.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Pre-submit Checks
Describe the solution you'd like?
When viewing a Markdown file in the Warp editor's Rendered view, tables that exceed the panel width should be horizontally scrollable. Currently, the overflowing content is simply clipped/hidden with no way to scroll to see the rest of the table.
Expected behavior: A horizontal scrollbar (or swipe-to-scroll gesture) should appear on the table container when the table content exceeds the available width, similar to how GitHub and VS Code handle wide tables in Markdown preview.
Is your feature request related to a problem? Please describe.
I'm always frustrated when viewing Markdown files with wide tables in the Rendered view. The table rows get cut off at the right edge of the panel, and there is no way to scroll horizontally to see the remaining columns.
Widening the panel helps to some extent, but when the table content is long (e.g. a column with lengthy text), even maximizing the panel width is not enough to display the full table.
Additional context
Warp version: v0.2026.04.01.08.39.stable_02
OS version: macOS 26.3.1
Screenshot showing the issue:
(Note: screenshot shows a Markdown table where the rightmost column text is truncated beyond the panel boundary)
Operating system (OS)
macOS
How important is this feature to you?
3