Replies: 1 comment 2 replies
-
|
Works for me. You will need to share your project to get more help. In the meantime you can try to convert your link to a Markdown link. Version 7.4.0 brought to you link effects that will a) emulate your desired functionality in pure Markdown b) can check for link validity if your file is stored as a Hugo resource. Change it to |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Most of my file download links use markdown, but in the case of PDFs the browser will open the file instead of download it. Therefore I use an html
a hreflink for PDFs so that I can stipulatedownload. However, since I upgraded to Relearn 7.5.0 clicking the link on the site creates an error in the browser as if its attempting to download an.htmrather than a.pdf, which of course, doesn't exist, hence the error. Am I missing something?Here's a sample:
<a href="files/spanish.pdf" download>PDF :es:</a>Beta Was this translation helpful? Give feedback.
All reactions