Replies: 1 comment 1 reply
-
I don't think there's another way than using |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have been trying to get downloading links to work, or better to fix it, since a lot of our files is converted via pandoc. There it automatically sets
{:download}
for those links which almost works, but the resulting html isdownload="download"
which causes the file that is to be downloaded to be calleddownload.<ext>
which is certainly not desired.I figured out so far that it works by specifying
{download=""}
but given that pandoc converts it that way, before I change thousands of occurences I wanted to ask if I have overlooked something and there is a tiny bit more concise syntax or a setting to make{:download}
work.Beta Was this translation helpful? Give feedback.
All reactions