vb64 / markdown-pdf

Markdown to pdf renderer
MIT License
22 stars 2 forks source link

Tables support #13

Closed vb64 closed 1 week ago

vb64 commented 4 months ago

Markdown:

#header1

|TableHeader1|TableHeader2|
|--|--|
|Text1|Details 1|
|ListCell|<ul><li>FirstBullet</li><li>SecondBullet</li></ul>|

Render as:

image

Must be:

image

MS-Jahan commented 3 weeks ago

Just found out today. Is there any progress on this or any alternative?

vb64 commented 3 weeks ago

Just found out today. Is there any progress on this or any alternative?

Will try to implement with your suggestion.

vb64 commented 3 weeks ago

Just found out today. Is there any progress on this or any alternative?

Update to version 1.3 ant try it.