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

Does bypass support table style in markdown and how? #211

Open
linghu-chong opened this issue Nov 10, 2016 · 3 comments
Open

Does bypass support table style in markdown and how? #211

linghu-chong opened this issue Nov 10, 2016 · 3 comments

Comments

@linghu-chong
Copy link

linghu-chong commented Nov 10, 2016

convert:

| Tables   |      Are      |  Cool |
|----------|:-------------:|------:|
| col 1 is |  left-aligned | $1600 |
| col 2 is |    centered   |   $12 |
| col 3 is | right-aligned |    $1 |

to :

Tables Are Cool
col 1 is left-aligned $1600
col 2 is centered $12
col 3 is right-aligned $1
@saket
Copy link

saket commented Mar 3, 2017

It'd be great to have this support. This is the only thing stopped us from using bypass.

@wbrawner
Copy link

+1 on this. I'd be happy to help contribute to it if no one else is working on it

@saket
Copy link

saket commented Jul 28, 2017

@wbrawner yes please. That will be useful.

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

No branches or pull requests

3 participants