How do I add a link to a downloadable PDF to a page?
Use either the following HTML or Textile markup to add a link to a downloadable PDF to a custom page:
HTML markup:
<a href="PDF_URL">PDF_DESCRIPTION</a>
Textile markup:
!PDF_URL(PDF_DESCRIPTION)!
Where:
- PDF_URL is a URL pointing to the PDF (eg https://domain.com/path/to/file.pdf).
- PDF_DESCRIPTION is text describing the PDF (eg "A research paper on flowers")