Skip to content

Markdown tables don't render correctly #4787

@mrubens

Description

@mrubens

App Version

3.20.3

API Provider

Anthropic

Model Used

All models

🔁 Steps to Reproduce

Prompt Roo to "Output a markdown table"

💥 Outcome Summary

I expected a table that was rendered nicely in HTML, similar to the other markdown. Instead I just got raw text content:

Here's a markdown table example:

| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Row 1, Col 1 | Row 1, Col 2 | Row 1, Col 3 |
| Row 2, Col 1 | Row 2, Col 2 | Row 2, Col 3 |
| Row 3, Col 1 | Row 3, Col 2 | Row 3, Col 3 |

You can also align columns using colons in the separator row:

| Left Aligned | Center Aligned | Right Aligned |
|:-------------|:--------------:|--------------:|
| Left | Center | Right |
| Text | Text | Text |
| More | More | More |

📄 Relevant Logs or Errors (Optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions