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

Markdown tables #3

Closed
bdice opened this issue Jan 26, 2020 · 5 comments
Closed

Markdown tables #3

bdice opened this issue Jan 26, 2020 · 5 comments
Labels
accepted Task was accepted enhancement New feature or request

Comments

@bdice
Copy link

bdice commented Jan 26, 2020

Hi @willmcgugan! Looks like an awesome library. I'm really interested in using this for terminal rendering of Markdown files, but I need to be able to render Markdown tables. Is that something you think would fit in this library?

@willmcgugan
Copy link
Collaborator

Hi @bdice

The markdown rendered doesn't support tables at the moment. I think the parser I'm using does support tables (I'd have to check), so in theory it shouldn't be too hard to implement.

I'll probably attempt it in the next week or two. If you keep this issue open I'll post progress here.

@willmcgugan willmcgugan added enhancement New feature or request accepted Task was accepted labels Jan 26, 2020
@willmcgugan
Copy link
Collaborator

I was mistaken about the parser (commonmark) supporting tables, it doesn't. There is a commonmark extension for tables, but it doesn't look well supported.

I'll come back to markup tables at some point, but for the moment its on hold I'm afraid.

@bdice
Copy link
Author

bdice commented Jan 29, 2020

@willmcgugan No worries! Thanks for considering it. Let me know if you decide to try it out or if I can help test/review.

@willmcgugan
Copy link
Collaborator

Cleaning up issues. This probably isn't going to happen in the core library I'm afraid, unless I find a solid parser that does tables.

@aurium
Copy link

aurium commented Mar 14, 2021

Hi @willmcgugan, did you see https://github.com/GovReady/CommonMark-py-Extensions ?
It looks like it's alive. 🙂

The MD Table is a important feature to solve fonttools/fontbakery#2559 and I would love to use rich to solve it.
Is something missed on GovReady/CommonMark-py-Extensions that I could help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Task was accepted enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants