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?
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 thetimeout
parameter?https://github.com/BlueHatbRit/mdpdf/blob/6fa6e4fd8cb99a89a520f4d870390e84fa588516/src/index.js#L188
Thanks a bunch for your help!