psliwa / PHPPdf

Pdf and graphic files generator library written in php
http://ohey.pl
MIT License
339 stars 77 forks source link

[Feature request] Add support for THEAD & TBODY tags #119

Open aledeg opened 7 years ago

aledeg commented 7 years ago

Today, I've tried to convert markdown to pdf. For the most part, it works well. Unfortunatly, I cannot convert tables since the markdown library adds thead and tbody when parsing the following syntax:

| x | 1 | 2 | 3 | 4  |
|---|---|---|---|----|
| 1 | 1 | 2 | 3 | 4  |
| 2 | 2 | 4 | 6 | 8  |
| 3 | 3 | 6 | 9 | 12 |

See #58

ambroisemaupate commented 7 years ago

👍