-
-
Notifications
You must be signed in to change notification settings - Fork 873
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
suggest: support table #19
Comments
These are pretty important. Would love to see! |
I'd love to support them, but commonmark does not include them in the spec. I'm going to start experimenting with an alternative markdown parser. It might take a while to complete, since it'll almost be a complete rewrite, however. |
+1 |
Have no gotten much farther on this. Have experimented with alternative markdown parsers, and know that it's doable, it's just a matter of getting time to do it. Right now other projects are taking up most of my time. Don't want to give out estimates for open-source work as it totally depends on how much free time I have to work on it, which varies. |
+1 For this |
+1 for table... really need it... please please add it |
https://github.com/chjj/marked this markdown parser has support for tables... |
This was pretty damn awesome until I almost finished what I was working on, tried to use a table, and it fell flat on its face 😢 Switched over to |
+1 For tables |
Just thought I'd let you guys know that I've started working on the next major release of react-markdown, which will switch from commonmark to markdown, thus enabling tables (among other things). There will be some breaking changes to the API, but nothing that should take too long to fix. |
Nice to hear, but which library in particular do you intend to use, and why abandon CommonMark? Why not In my use case, if you were to use something non-CM, the difference would probably be minimal, since the only user-generated content we have is comments, which people rarely format, and the rest can be adjusted relatively easily. But what about those with gigabytes of Markdown data, which might render differently? |
@jeremejevs I'll continue to maintain commonmark-react-renderer, which to be fair is pretty much where all the logic of react-markdown resides. In hindsight, I should have named this module |
@rexxars I understand that the current implementation can and will be maintained, and that nobody is forced to switch, but it would be nice to have both CM-compatibility and tables. That lets existing users upgrade easily, and, on the religious front, we can remain invested into a proper standard. |
@jeremejevs As in; being able to opt-out of non-commonmark types? Are there any compatibility issues in particular you're worried about? For most people, I'd think that the move would result in little or no changes in the rendered output. |
@rexxars As in rendering everything the same way |
Just curious about the status of the implementation of tables, are any rough goals ? |
Anyone with a simple use-case and just needs table support, I found react-remarkable to be a light-weight solution that's easily swappable with |
@tbillington Been caught up with real-life lately, but I'm going to work on react-markdown this weekend, hoping to get closer. |
@rexxars Which table format would you implement, github style? |
Yup, Github-style. |
+1 for tables! thanks! |
@rexxars do you have an update on this? |
Been in the hospital for the past week, and I am in no fit state to code right now. It's pretty close, but not willing to give estimates based on health |
@rexxars Good luck with that! Don't worry about this issue and take your time. Nobody is forcing you. 😄 |
Agree to @dodekeract. Health should always be first priority! Thanks for all your good work. |
@rexxars Sorry to hear. Thanks for all your hard work on this. And I'm with them ^ take care of yourself first! |
Like everyone, I hope everything going well. You do a great job and your module rocks! Looking forward to see tables implementation. Take care of yourself. |
Awesome stuff! Really need github-style table support to display some release notes in an app I'm working on. Looking forward to it! |
The new release candidate for v3 has table support. Please read this issue for more information. Please give it a go and let me know if you encounter issues. |
Closing this issue to make it easier for me to keep track of pending issues. |
This is great, I really need tables as well. The other thing I noticed is that |
suggest: support GFM(GitHub flavored markdown) tables: https://help.github.com/articles/organizing-information-with-tables/
The text was updated successfully, but these errors were encountered: