elliotblackburn / mdpdf

Markdown to PDF command line app with support for stylesheets
https://npmjs.com/package/mdpdf
Apache License 2.0
718 stars 48 forks source link

PDF Conversion Timeout #166

Open federkasten opened 10 months ago

federkasten commented 10 months ago

I've encountered a trap while converting a massive Markdown file (about 10,000 lines) with code blocks. PDF conversion on Chromium is taking quite a bit of time and eventually timed out.

Does anyone have insights on tweaking the puppetOptions there to give the timeout parameter?

https://github.com/BlueHatbRit/mdpdf/blob/6fa6e4fd8cb99a89a520f4d870390e84fa588516/src/index.js#L188

Thanks a bunch for your help!