backslide
backslide copied to clipboard
PDF export empty handout slide when slide note is before incremental slides
Given the following slide:
# Title
???
Some notes
--
- Inc 1
--
- Inc 2
The PDF export page is empty when generating handout slides (using bs pdf --handouts
)
Unfortunately this is the only way I can show all the notes throughout the whole slide.
Coud you try using with the branch feature/refactor
? (git clone this repo, switch to the branch then run npm i && npm link
)
I think I've fixed an issue like this during my rewrite of the project.
Cool, will check, thanks!