-
|
Beta Was this translation helpful? Give feedback.
Answered by
yhatt
Jun 3, 2025
Replies: 3 comments 9 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
This comment has been hidden.
This comment has been hidden.
-
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.
0 replies
Answer selected by
yhatt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.