vb64 / markdown-pdf

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

Tables support #13

Closed vb64 closed 4 months ago

vb64 commented 8 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 5 months ago

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

vb64 commented 5 months ago

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

Will try to implement with your suggestion.

vb64 commented 5 months ago

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

Update to version 1.3 ant try it.