Skip to content

Fragmented lists and pdf conversion #311

Answered by yhatt
timmens asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@timmens
Comment options

Answer selected by timmens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants