Skip to content

Commit 075b085

Browse files
authored
Merge pull request #1411 from quarto-dev/issue/7894
Add callout for unique footnote IDs
2 parents 937b2cd + afd6987 commit 075b085

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/authoring/markdown-basics.qmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,16 @@ This syntax generates the following output:
210210
Here is an inline note.[^3]
211211
:::
212212

213+
::: {.callout-note}
214+
215+
## Footnote IDs should be unique
216+
217+
Footnote identifiers, e.g., the `1` in `^1`, need to be unique within a document.
218+
In Quarto books, chapters are combined into a single document for certain formats (including PDF, DOCX, and EPUB),
219+
so footnote identifiers need to be unique **across** chapters.
220+
221+
:::
222+
213223
The footnotes that are generated from the above examples are included in the [Example Footnotes](#example-footnotes) section at the bottom of the page. See the [Pandoc Footnotes](https://pandoc.org/MANUAL.html#footnotes) for additional information.
214224

215225
[^1]: Here is the footnote.

0 commit comments

Comments
 (0)