-
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
|
Beta Was this translation helpful? Give feedback.
-
UPDATE: Marp CLI v1.5.1 and later can set custom time-out period for internal Puppeteer actions by
If you want to disable timeout, set |
Beta Was this translation helpful? Give feedback.
-
UPDATE: Marp CLI v4 and later versions are providing # Set the browser timeout to 60 seconds
marp foobar.md --pdf --browser-timeout 60
# Disable the browser timeout by setting it to 0 seconds
marp foobar.md --pdf --browser-timeout 0 |
Beta Was this translation helpful? Give feedback.
UPDATE: Marp CLI v4 and later versions are providing
--browser-timeout
option to set the custom timeout duration for the browser that is used for generating PDF, image(s), and PowerPoint document.