-
Notifications
You must be signed in to change notification settings - Fork 635
Add horizontal scrolling for wide tables in Markdown Rendered view #9016
Description
Pre-submit Checks
- I have searched Warp feature requests and there are no duplicates
- I have searched Warp docs and my feature is not there
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