Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
In Grok Bot chat I wanted a markdown table of bots: label, role, description, and an internal bot ID (UUID).
The ID column broke the table. It wouldn’t print.
Tried:
- A two-column table of name + bare UUID: blank
- A fourth column of bare UUIDs: table broken / wouldn’t print
- Prefixing each cell with "ID: " before the UUID: still wouldn’t print
- Same table with only three columns (label, role, description): prints fine
- Same UUIDs in a bullet list under the table: prints fine
Looks like a UUID / long hyphenated hex string in a table cell blanks the column or kills the table. Example UUID shape: 00000000-0000-0000-0000-000000000000
Related: Grok Bot: markdown tables cannot line-break inside a cell
Steps to Reproduce
- In Grok Bot chat, ask for a markdown table with columns Label | Role | Description | ID
- Put a UUID (8-4-4-4-12 hex) in the ID column
- Observe the rendered table — ID column blank or whole table broken
- Remove the ID column — three-column table prints
- Put the same UUIDs in a bullet list — they print
Expected Behavior
The ID column should render with the UUIDs, like any other text column.
Operating System
MacOS
Version Information
Cursor (latest stable), Grok Bot chat — early beta
Does this stop you from using Cursor
No - Cursor works, but with this issue