MaxMelcher / AzureDevOps.WikiPDFExport

Export Azure DevOps Wiki to PDF
MIT License
193 stars 65 forks source link

Tables don't play nice with with prepended text #143

Closed cduivis closed 11 months ago

cduivis commented 1 year ago

Hey I noticed the following issue, with this MD:

Text followed by a table:
| Column A | Column B |
|----------|----------|
| Cell A   | Cell B   |

In Azure DevOps this is not a problem and it just renders: image

In output of the pdf it doesn't manage to transform it to a table: image Note that as soon as you place an additional new line between the text and the table, it all of a sudden does starts working.

I would expect the same behavior as on Azure DevOps

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.