Replies: 2 comments
-
Don't think that's a question for slidev, just take a look if PDF's allow that. Perhaps Google knows? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your reply! Here is the code to fix it for anyone who comes to this page encountering the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I set up a hyperlink to a local file and output a pdf, the link starts on
http://localhost:12445
.How do I embed a relative link to a local file in a pdf?
Example (part of
slides.md
):and export a pdf file by
slidev export
.Expected behavior
I am expecting a relative path from the pdf file.
Actual behavior (part of
slides-export.pdf
)However, the link embedded in the pdf starts on localhost.
Beta Was this translation helpful? Give feedback.
All reactions