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
Using the built-in <Link> component to link to another page, it works in presenter mode but the link is not clickable in export pdf.
<Link>
Minimal reproduction
Steps to reproduce the behavior:
slides.md
--- theme: default --- slide page 1 --- This is slide page 2 <Link to="1">Link to slide page 1</Link>
slidev export
slides-export.pdf
Link to slide page 1
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Using the built-in
<Link>
component to link to another page, it works in presenter mode but the link is not clickable in export pdf.Minimal reproduction
Steps to reproduce the behavior:
slides.md
slidev export
slides-export.pdf
with ChromeLink to slide page 1
to go to page 1Screen.Recording.2024-12-20.at.6.33.10.PM.mov
Environment
The text was updated successfully, but these errors were encountered: