Uncodin / bypass

Skip the HTML, Bypass takes markdown and renders it directly on Android and iOS.
http://uncodin.github.com/bypass/
Apache License 2.0
1.51k stars 193 forks source link

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

Open linghu-chong opened 7 years ago

linghu-chong commented 7 years ago

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 commented 7 years ago

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

wbrawner commented 7 years ago

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

saket commented 7 years ago

@wbrawner yes please. That will be useful.