cebe / markdown

A super fast, highly extensible markdown parser for PHP

Home Page:http://markdown.cebe.cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

table align does not always work

dakira opened this issue · comments

Using the example from the markdown extra site does not properly align the value column in any flavour.

Item Value
Computer $1600
Phone $12
Pipe $1
| Item      | Value |
| --------- | -----:|
| Computer  | $1600 |
| Phone     |   $12 |
| Pipe      |    $1 |

Unable to reproduce this issue, added a test to verify it: fccb6ac

Seems this was not working in 1.1.1 but its working now.

probably related to #128

When I tried this, it didn't work on the "try" site. Now it does, so I guess it was related to something you did in the meantime. ;) Thanks for fixing.