Description
The Kit TUI displays Markdown table source literally rather than rendering it as a table. Pipe delimiters and the header separator row remain visible, which makes tabular responses harder to scan.
Version
Environment
- OS: macOS (Darwin 25.6.0)
- Architecture: arm64
- Client: Kit TUI
- Terminal: Ghostty over SSH (
TERM=xterm-ghostty)
Reproduction
- Start the Kit TUI.
- Ask the agent to return information as a Markdown table, for example:
Compare the available options in a Markdown table.
- Observe a response containing Markdown such as:
| Option | Description |
| --- | --- |
| A | First option |
| B | Second option |
Actual behavior
The TUI displays the raw Markdown table syntax, including | delimiters and the | --- | --- | separator row.
Expected behavior
The TUI should render Markdown tables as aligned terminal tables, with sensible wrapping when columns exceed the available width. Narrow terminals should degrade gracefully rather than exposing the raw separator syntax.
Logs
No error or diagnostic is emitted; this appears to be an unsupported Markdown rendering feature.
Description
The Kit TUI displays Markdown table source literally rather than rendering it as a table. Pipe delimiters and the header separator row remain visible, which makes tabular responses harder to scan.
Version
Environment
TERM=xterm-ghostty)Reproduction
Compare the available options in a Markdown table.Actual behavior
The TUI displays the raw Markdown table syntax, including
|delimiters and the| --- | --- |separator row.Expected behavior
The TUI should render Markdown tables as aligned terminal tables, with sensible wrapping when columns exceed the available width. Narrow terminals should degrade gracefully rather than exposing the raw separator syntax.
Logs
No error or diagnostic is emitted; this appears to be an unsupported Markdown rendering feature.