mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[PR #693] feat(markdown): render blockquotes as container with left border #718
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#718
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/693
Author: @remorses
Created: 2/16/2026
Status: 🔄 Open
Base:
main← Head:feat/markdown-blockquote-container📝 Commits (3)
8e097d7refactor(markdown): extract createBlockRenderable and fix margin consistency7cf9b47fix: render space tokens as TextRenderable in createBlockRenderablec1f22ecfeat(markdown): render blockquotes as container with left border📊 Changes
2 files changed (+161 additions, -35 deletions)
View changed files
📝
packages/core/src/renderables/Markdown.ts(+133 -34)📝
packages/core/src/renderables/__tests__/Markdown.test.ts(+28 -1)📄 Description
Split from #597 to make review easier. Depends on #692.
Replaces flat text chunk blockquote rendering with a BoxRenderable using
border: ["left"]andcustomBorderCharswith>as the vertical char. Content is rendered as children, so nested blocks work correctly. Fixes multi-line quotes losing the>prefix on continuation lines.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.