Downloads

29th April 2017 by Pedr Browne

66 Words / 1 Minute Read

You can offer visitors links to file downloads just by referencing the file you want to make available using its filepath relative to your markdown file. For example if you have a directory called pdfs in the same directory as your main markdown file you can create download links for those files like this:

[Download this](pdfs/download-1.pdf) or [Download this](pdfs/download-2.pdf)

Download this or Download this

Files will be served from /downloads.


Plugins Used