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

GFM tables not supported #13

Closed
adam-p opened this issue Jun 7, 2012 · 4 comments
Closed

GFM tables not supported #13

adam-p opened this issue Jun 7, 2012 · 4 comments
Labels

Comments

@adam-p
Copy link
Owner

adam-p commented Jun 7, 2012

Due to a bug in our Markdown renderer -- markedjs/marked#50 -- we do not have support for GFM-style tables.

For example, this...

First Header | Second Header
------------ | -------------
Content Cell | Content Cell
Content Cell | Content Cell

...renders to this in Github...

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

...but not in Markdown here.

(This issue is forked from #9.)

@caseywatts
Copy link

It looks like this is fixed now

@adam-p
Copy link
Owner Author

adam-p commented Jan 31, 2013

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 development branch. If you want a sneak peak of the upcoming changes, check out the CHANGES file in that branch.

(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.)

@caseywatts
Copy link

Woo, I'm so excited! :D

That's a great point, I've never put time to that :o
My projects have always closed issues when the fix is finally pushed to the development branch, but we don't have huge followings that might actually read these. If there's a convention on github, I'm not aware of it.

@adam-p
Copy link
Owner Author

adam-p commented Feb 6, 2013

Added in Markdown Here v2.7.0. Enjoy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants