Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tables do not render properly. #523

Open
razorozx opened this issue Feb 4, 2025 · 4 comments
Open

Tables do not render properly. #523

razorozx opened this issue Feb 4, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@razorozx
Copy link

razorozx commented Feb 4, 2025

Describe the bug
Table generation does not render properly.

Expected behavior
Tables are rendered properly.

Screenshots

Image

Other notes
Text is indeed provided. Copying the text that the AI gave includes the table.

@razorozx razorozx added the bug Something isn't working label Feb 4, 2025
@razorozx razorozx changed the title Tables does not render properly. Tables do not render properly. Feb 4, 2025
@CodingKoalaGeneral
Copy link

please paste the markdown output in a code block here , you can copy it from the ui

@razorozx
Copy link
Author

razorozx commented Feb 4, 2025

please paste the markdown output in a code block here , you can copy it from the ui

I've deleted the original one, however, it is chat / model agnostic -- so here's another one.


Image

Here is a table of common vegetables:

| **Vegetable** | **Common Varieties** | **Description** |
| --- | --- | --- |
| 1. Broccoli | Green, Purple, White | Florets on a tree-like stem |
| 2. Carrot | Orange, Yellow, White | Long, thin root vegetable |
| 3. Cauliflower | White, Red, Green | Flower-like head of buds |
| 4. Cucumber | Slicing, Pickling, English | Long, green or yellow-skinned gourd |
| 5. Kale | Curly, Lacinato, Red Russian | Leafy green with curly stems |
| 6. Lettuce | Romaine, Green Leaf, Buttercrunch | Leafy green with no stalks |
| 7. Onion | Yellow, White, Red | Bulbous vegetable often used in savory dishes |
| 8. Potato | Russet, Yukon Gold, Sweet | Starchy root vegetable often boiled or mashed |
| 9. Spinach | Baby Leaf, Fresh, Frozen | Leafy green with a slightly sweet flavor |
| 10. Tomato | Cherry, Beefsteak, Roma | Round or oval fruit often used in sauces and salads |
| 11. Bell Pepper | Green, Red, Yellow, Orange | Sweet and crunchy vegetable with a glossy exterior |
| 12. Corn | Fresh, Frozen, Canned | High-starch vegetable that grows on the cob |
| 13. Beetroot | Red, Gold, White | Earthy-colored root vegetable often pickled or roasted |
| 14. Zucchini | Yellow, Green, White | Long and slender summer squash |

Note: This is not an exhaustive list, but it includes some of the most commonly consumed vegetables in various parts of the world.

Would you like me to add any other information to this table?

@razorozx razorozx closed this as completed Feb 4, 2025
@razorozx
Copy link
Author

razorozx commented Feb 4, 2025

My apologies! I mis-clicked and set it as resolved.
I don't have permission to reopen the issue. 😥

@mags0ft
Copy link
Contributor

mags0ft commented Feb 6, 2025

I was able to implement a patch for this:

Image

Will open a PR soon.

Edit: Fix is ready to be merged alongside with the patch for code block rendering issues in #530! Yeehaw!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants