Closed bram-pkg closed 3 years ago
Describe the bug When building my slides with download set to true, the dist/slidev-export.pdf contains pages that only represent the first slide.
download
dist/slidev-export.pdf
When running npm run export, the generated PDF is correct.
npm run export
I have attached two PDF's that serve as an example of the behaviour.
To Reproduce Steps to reproduce the behavior:
download: true
npm run build
This is especially weird because npm run export works correctly.
Desktop (please complete the following information):
Example of npm run export slides-export.pdf
Example of npm run build with download: true slidev-exported.pdf
I have updated to 0.23 and this still does not work as intended.
While this is the output of npm run export
Describe the bug When building my slides with
download
set to true, thedist/slidev-export.pdf
contains pages that only represent the first slide.When running
npm run export
, the generated PDF is correct.I have attached two PDF's that serve as an example of the behaviour.
To Reproduce Steps to reproduce the behavior:
download: true
in the YAML front matternpm run build
dist/slidev-export.pdf
This is especially weird because
npm run export
works correctly.Desktop (please complete the following information):
Example of
npm run export
slides-export.pdfExample of
npm run build
withdownload: true
slidev-exported.pdf