I have a small JavaScript file in assets that I'd like to link to as a direct download.
The following link simply opens the file in the current tab:
[myFile.js]({{file name='myFile.js'}})
I'd like the file to actually download on clicking the link. Is that at all possible in markdown?
It's the same as a link. [File Name](url)
. It works for me on Github pages' Jekyll implementation of markdown.