adrianvlupu / C4-Builder

This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
https://adrianvlupu.github.io/C4-Builder/
MIT License
562 stars 93 forks source link

PDF generation failure from md-to-pdf@5.2.0 #76

Open s3ts opened 1 year ago

s3ts commented 1 year ago

Using md-to-pdf@5.2.0 causes c4builder to hang forever because it fails to close chromium.

This should be verifiable by enabling PDF generation and then running the Dockerfile with it.

I install specifically with md-to-pdf@5.1.0 and all is well.