Skip to content

Markdown renderer doesn't support GFM tables #17

Description

@aasis21

Problem

Markdown.tsx supports code/bold/italic/links/lists/headings/blockquote/hr but not tables. Copilot frequently emits GFM tables (comparisons, file lists); they currently render as raw pipe-and-dash text.

Suggested fix

Add GFM table parsing to the renderer (header row + --- separator + body rows) producing real <table> markup, kept XSS-safe.


Filed from a UI research sweep of the Helm mobile app (landing + live demo session) using Playwright + full source review, cross-referenced against Claude, ChatGPT, GitHub Copilot Chat, and Codex/Claude Code UIs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmarkdownMarkdown / code renderinguiUser interface

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions