-
When converting to pdf, slides with fragmented lists become one slide. Is there any way to render it so they become multiple pages? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Marp CLI has no abillity to get it. PDF output cannot reproduce any animations (Marp treats the fragmented list as animation, just like bullet animations in PowerPoint). I've proposed the solution in marp-team/marp-cli#141, but we are not working on it due to the problem of slide reproducibility when used GIF and decktape PDF exporter for general HTML slides may help to render fragmented list correctly. marp your-markdown.md
# Load pause has required to wait hiding on-screen controller
decktape generic -s 1280x720 --load-pause 3000 ./your-markdown.html ./your-markdown.pdf |
Beta Was this translation helpful? Give feedback.
Marp CLI has no abillity to get it. PDF output cannot reproduce any animations (Marp treats the fragmented list as animation, just like bullet animations in PowerPoint). I've proposed the solution in marp-team/marp-cli#141, but we are not working on it due to the problem of slide reproducibility when used GIF and
<video>
.decktape PDF exporter for general HTML slides may help to render fragmented list correctly.
marp your-markdown.md # Load pause has required to wait hiding on-screen controller decktape generic -s 1280x720 --load-pause 3000 ./your-markdown.html ./your-markdown.pdf