sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 218 forks source link

fixed tables not allowing cells containing a single '-' character #165

Closed Jcurrie314 closed 8 years ago

Deraen commented 9 years ago

It is hard to see the real change as you have removed loads of trailing whitespaces. I agree that trailing whitespaces should be removed, but I think it should be done in different commit so that it would be easier to see the changes.

sirthias commented 8 years ago

Is this problem already fixed in the current master branch? Unfortunately your patch doesn't contain a new test, which I could extract and run to check.

vsch commented 8 years ago

@sirthias, I merged this fix in my first PR but without the white space changes. I tried a table with single - for header/body separator row and it does work.

sirthias commented 8 years ago

Cool, thanks for confirming! (I'm in the process of releasing 1.6.0 with all your patches...)