vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

Hanging whitespace breaks tables #91

Closed iramiller closed 12 years ago

iramiller commented 12 years ago

When rendering a table if there is white space on the end of any of the lines the table does not render

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

I am running sundown via misaka on python 2.6.

vmg commented 12 years ago

Gotcha! Sorry for the delay, this should be fixed now. ^^

iramiller commented 12 years ago

Brilliant. Thanks!