[PR #1623] [MERGED] fix: markdown table renders #10003

Closed
opened 2026-02-16 18:14:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1623
Author: @rekram1-node
Created: 8/5/2025
Status: Merged
Merged: 8/5/2025
Merged by: @adamdotdevin

Base: devHead: fix-markdown-render


📝 Commits (1)

  • 9e58bfc fix: markdown table renders

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 packages/tui/internal/styles/markdown.go (+2 -0)

📄 Description

fixes: #1272

I think there is some glamour bug that causes this but I don't know how much energy is worth investing into an investigation (especially given upcoming opentui migration), this hack seems to get markdown tables to a much better place.

Before:
Screenshot 2025-08-05 at 2 23 54 PM

After:
Screenshot 2025-08-05 at 2 23 22 PM


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1623 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix-markdown-render` --- ### 📝 Commits (1) - [`9e58bfc`](https://github.com/anomalyco/opencode/commit/9e58bfc2ee40c41ea868b880d5a8bbda86180b8d) fix: markdown table renders ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/styles/markdown.go` (+2 -0) </details> ### 📄 Description fixes: #1272 I think there is some glamour bug that causes this but I don't know how much energy is worth investing into an investigation (especially given upcoming opentui migration), this hack seems to get markdown tables to a much better place. Before: <img width="2176" height="499" alt="Screenshot 2025-08-05 at 2 23 54 PM" src="https://github.com/user-attachments/assets/c7f45c12-320b-4e2c-8aa8-4583791a5852" /> After: <img width="2224" height="523" alt="Screenshot 2025-08-05 at 2 23 22 PM" src="https://github.com/user-attachments/assets/e8a44d99-8911-4658-8c84-b99792b015ea" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:32 -05:00
yindo closed this issue 2026-02-16 18:14:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10003