Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
I use .md files to quickly get an overview of datasets, that were collected from scripts. I look at them right in the IDE and can edit them there, if needed.
However, Cursor seems to not follow conventions for tables, as it seems impossible to define column widths.
For example, this table:
| # | Rad | Titel | Firma | Arbeitsort | Quelle |
|---|---|---|---|---|---|
is being properly shown, with correct width per column, at an online markdown-validator.
But in Cursor is just evens out the width, leading to the table being way longer than needed, since some columns contain a lot of text and others only 2 signs.
Steps to Reproduce
Create an .md file in Cursor, show it via Preview with this table:
| # | Rad | Titel | Firma | Arbeitsort | Quelle |
|---|---|---|---|---|---|
Expected Behavior
Columns should have varied width.
Screenshots / Screen Recordings
Operating System
Windows 10/11
Version Information
3.13.10 (user setup)
For AI issues: which model did you use?
Unrelated
Does this stop you from using Cursor
No - Cursor works, but with this issue

