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

Plans for supporting Github-flavored markdown tables? #20

Closed
seblavoie opened this issue Jul 17, 2013 · 1 comment
Closed

Plans for supporting Github-flavored markdown tables? #20

seblavoie opened this issue Jul 17, 2013 · 1 comment
Labels

Comments

@seblavoie
Copy link

Are you planning to add support for Github-flavored markdown tables as defined here:

https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#wiki-tables

@justinwalsh
Copy link
Owner

Tables are supported using this syntax:

| Col1 | Col2 | Col3 |
| --- | --- | --- |
| Val1 | Val2 | Val3 |

Here is a link to the parsing I use for the Markdown which talks a bit more about table support: http://michelf.ca/projects/php-markdown/extra/#table

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