Markdown tables only render last row (v2.0.73)

Resolved 💬 2 comments Opened Dec 19, 2025 by abhig90909-max Closed Dec 19, 2025

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Version: Claude Code v2.0.73
OS: Windows (PowerShell / Windows Terminal)

Issue:
When Claude Code renders markdown tables, only the last row displays.
Headers and all other rows are missing.

Steps to reproduce:

  1. Ask: "Show a simple 3x3 table"
  2. Only the last row appears

Workaround:
Asking for "raw markdown" output shows the complete table correctly.

Screenshots attached showing:

  • Raw markdown output: all rows visible
  • Rendered output: only last row visible

What Should Happen?

Here's what to put in that field:

When Claude Code renders a markdown table, all rows should be displayed - including the header row, separator row, and all data rows.

For example, a 3x3 table request should render:

| Header 1 | Header 2 | Header 3 |
|----------|----------|----------|
| Row 1    | Data     | Value    |
| Row 2    | Data     | Value    |
| Row 3    | Data     | Value    |

Currently, only the last data row (Row 3) is displayed, while headers and all other rows are missing.


### Error Messages/Logs

```shell

Steps to Reproduce

  1. Open Claude Code v2.0.73 in Windows Terminal or PowerShell.
  1. Run the prompt: "Show a markdown table of 5 countries with capital and population" - observe only the last row displays.
  1. Run the prompt: "Show a simple 3x3 table and output it as raw markdown with the backticks visible" - observe all rows appear correctly in raw format.
  1. Run the prompt: "now show it rendered" - observe only the last row appears, confirming the table is generated correctly but the rendering drops all rows except the last one.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

2.0.73

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗