mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #486] [CLOSED] feat(core): add markdown table rendering support #573
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#573
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/486
Author: @Twisted928
Created: 1/7/2026
Status: ❌ Closed
Base:
main← Head:feat/table-rendering📝 Commits (1)
255a4bcfeat(core): add markdown table rendering support📊 Changes
7 files changed (+774 additions, -5 deletions)
View changed files
📝
packages/core/src/lib/index.ts(+1 -0)➕
packages/core/src/lib/table-renderer.test.ts(+159 -0)➕
packages/core/src/lib/table-renderer.ts(+502 -0)📝
packages/core/src/lib/tree-sitter-styled-text.ts(+39 -3)📝
packages/core/src/renderables/Code.ts(+17 -2)📝
packages/solid/examples/components/ExampleSelector.tsx(+9 -0)➕
packages/solid/examples/components/table-demo.tsx(+47 -0)📄 Description
Summary
Add markdown table rendering support to
@opentui/core, enabling proper display of markdown tables in TUI applications with aligned columns and box-drawing borders.Features
:---,:---:,---:maxColumnWidth,minColumnWidth,cellPadding,styleExample Output
Input:
Usage
Changes
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.