cebe / markdown-latex

A markdown parser for converting markdown to LaTeX written in PHP.
MIT License
47 stars 6 forks source link

Composer version not up to date #12

Closed marekdedic closed 3 years ago

marekdedic commented 7 years ago

I was having issues with tables when I found out, that the version I got with composer isn't the most recent one...

Could you please fix this?

T. Y.

cebe commented 7 years ago

what exactly is the problem, what should be fixed?

marekdedic commented 7 years ago

The issue for me was that if a table row has empty leading cells, those would be stripped, So that this:

| Row1 | Row 2 |
| | value |

would render as

Row1 Row 2
value

I found this issue while using cebe/markdown-latex I got from composer. However, when I replaced cebe/markdown-latex and (more importantly) cebe/markdown with the version from GitHub master, this issue was no longer present. I think it has to do with markdown-latex (latest) depending on markdown 1.0.0 whereas this issue was fixed in 1.1.0. I am not sure though.

Thanks

cebe commented 7 years ago

thanks, will check that.

samwilson commented 3 years ago

This looks like it's fixed now.