MaxMelcher / AzureDevOps.WikiPDFExport

Export Azure DevOps Wiki to PDF
MIT License
186 stars 62 forks source link

#122 Added Body element around html body #123

Closed Zhaph closed 1 year ago

Zhaph commented 1 year ago

Fixes #122 and likely helps with #114.

Adds <body> element around html body to make more compliant HTML doc and aid with creating global styles.

Also forced the /outputs/ folder within /test-data/ as this was causing tests locally to throw an exception.

MaxMelcher commented 1 year ago

good catch, thanks @Zhaph