rich icon indicating copy to clipboard operation
rich copied to clipboard

[REQUEST] Add support for tables in markdown

Open Advik-B opened this issue 3 years ago • 1 comments

Consider posting in https://github.com/willmcgugan/rich/discussions for feedback before raising a feature request.

Have you checked the issues for a similar suggestions? No

How would you improve Rich?

image image

What problem does it solve for you?

image

Advik-B avatar Jul 03 '22 11:07 Advik-B

It seems the first step here is to switch Markdown parsers. The commonmark library that is currently being used here has been deprecated in favor of markdown-it-py

bholzer avatar Jul 19 '22 18:07 bholzer

Any update on this? The switch to markdown-it-py has been done, but Rich is still not able to render markdown tables...

marcolardera avatar Apr 11 '23 09:04 marcolardera

It would be really useful.

atisharma avatar May 30 '23 11:05 atisharma

Table support in Markdown has been merged and will be in the next release (today).

darrenburns avatar May 31 '23 15:05 darrenburns

I hope we solved your problem.

If you like using Rich, you might also enjoy Textual

github-actions[bot] avatar May 31 '23 15:05 github-actions[bot]