Markdown tables disappear when terminal is expanded to full screen
Status Closed — duplicate
Maintainer reply None cached
Activity 3 comments · opened Feb 1, 2026 · closed Feb 4, 2026
Description
Markdown tables render correctly at normal terminal width but disappear entirely when the terminal is expanded to full screen.
Steps to Reproduce
- Have Claude output a markdown table in the terminal
- View at normal terminal width - table renders correctly
- Expand terminal to full screen - table disappears
Expected Behavior
Table should continue to render (with more room to spare) when terminal width increases.
Actual Behavior
Table disappears entirely at wider terminal widths.
Environment
- macOS (Darwin 24.6.0)
- Claude Code CLI
Notes
This is counterintuitive since more horizontal space should make table rendering easier, not break it. Likely a calculation overflow or threshold issue in the markdown rendering logic.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗