-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
GFM tables not supported #13
Comments
It looks like this is fixed now |
It is, and I've incorporated the new Marked features into the codebase -- it'll be in the next release. If you want to play with it, you can grab the (Academically speaking... I'm not sure what to do about bugs that are fixed in a task branch but not yet released. Close them anyway? Set a milestone? Add a comment about the upcoming fix? I guess I should do that, at least.) |
Woo, I'm so excited! :D That's a great point, I've never put time to that :o |
Added in Markdown Here v2.7.0. Enjoy. |
Due to a bug in our Markdown renderer -- markedjs/marked#50 -- we do not have support for GFM-style tables.
For example, this...
...renders to this in Github...
...but not in Markdown here.
(This issue is forked from #9.)
The text was updated successfully, but these errors were encountered: