summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/utils/MarkdownDisplay.tsx
AgeCommit message (Expand)Author
2025-07-12Fix extra whitespace in markdown rendering. (#3943)Jacob Richman
2025-07-07Fix nested markdown Rendering for table headers and rows #3331 (#3362)zfflxx
2025-07-01feat: Add markdown table rendering support (#1955)Tian Jian Wang
2025-06-19Fix flicker issues by ensuring all actively changing content fits in the view...Jacob Richman
2025-06-05Allow themes to theme the UI (#769)Miguel Solorio
2025-06-01more strict italics: delimiters cannot be preceded/followed by \w or [./\\]\S...Olcan
2025-05-15Refactor: Improve UI rendering and address code review commentsTaylor Mullen
2025-05-15Addressed code review commentsTaylor Mullen
2025-05-15Refactor: Replace MarkdownRenderer with MarkdownDisplay componentTaylor Mullen