We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When creating a slide full of content using slidev-theme-neversink, the content is visible in the browser but disappears when exported to a PDF file.
slidev-theme-neversink
Minimal reproduction
Create a slides.md file with the following content:
slides.md
--- theme: neversink layout: top-title-two-cols color: amber --- :: title :: # Slide 1 :: left :: + Slide 1 + Slide 1 + Slide 1 + Slide 1 + Slide 1 + Slide 1 + Slide 1 + Slide 1 + Slide 1 + Slide 1 :: right :: + Slide 1 --- layout: top-title color: amber --- :: title :: # Slide 2 :: content :: Slide 2
Run the command slidev export.
slidev export
Open the generated file slides-export.pdf.
slides-export.pdf
Environment
The text was updated successfully, but these errors were encountered:
Maybe adding some wait times (https://sli.dev/guide/exporting#wait) will solve this
Sorry, something went wrong.
Thanks for your suggestion. I tried adding --wait 10000, but unfortunately, it didn't resolve the issue.
--wait 10000
Additionally, I noticed that the content exports correctly with --format pptx or --format png, but the issue persists with the PDF format.
--format pptx
--format png
slidev --export --per-slide works. Closing this issue because the problem seems to be in the theme.
slidev --export --per-slide
yes it is the theme probably
No branches or pull requests
Describe the bug
When creating a slide full of content using
slidev-theme-neversink
, the content is visible in the browser but disappears when exported to a PDF file.Minimal reproduction
Create a
slides.md
file with the following content:Run the command
slidev export
.Open the generated file
slides-export.pdf
.Environment
The text was updated successfully, but these errors were encountered: