Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Grok Bot chat markdown tables cannot break inside a cell.
Tried:
- HTML
<br>— renders as literal text - Unicode line separator U+2028 — does not stack
Workaround: one item per row, repeating the group column.
Why it matters: exec-style tables (one app, several names). Early beta.
Steps to Reproduce
- Ask Grok Bot in chat for a markdown table where one cell should contain several stacked lines (e.g. one app with several names).
- Observe the rendered table in chat.
- Try HTML
<br>inside the cell — it renders as literal text. - Try Unicode line separator U+2028 inside the cell — lines do not stack.
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