-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Description
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)
dosubot, Jaizkibel, mkdir700, GrayXu and M-Kepler
Metadata
Metadata
Assignees
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done