Skip to content
Discussion options

You must be logged in to vote

The option links-as-notes should be what you are looking for: https://quarto.org/docs/reference/formats/pdf.html#footnotes
It is initially a Pandoc feature, and it should still work in Quarto.

Did you try this already ?

---
title: Example
format: 
  pdf:
    links-as-notes: true
number-sections: true

---

## Demo {#sec-demo}

This is an example with a [link to Wikipedia](https://en.wikipedia.org/). The URL should be should in a footnote.

A plain link such as <https://quarto.org> should not be shown as footnote, neither internal links such as to @sec-demo.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@nichtich
Comment options

@cderv
Comment options

Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

Answer selected by nichtich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
markdown Related to markdown-like output format
3 participants