How can I have a footnote appear at the same time as (or after) its fragment? #6391
Unanswered
alexCardazzi
asked this question in
Q&A
Replies: 1 comment
-
I don't believe you can or not perfectly, see the following example: ---
title: "Quarto Playground"
format: revealjs
---
## Some Slide Title
Example text 1
[Example text 2[^1]]{.fragment fragment-index=1}
[^1]: [A footnote about text 2.]{.fragment fragment-index=1}
[Example text 3[^2]]{.fragment fragment-index=2}
[^2]: [A footnote about text 3.]{.fragment fragment-index=2} |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Description
I want footnotes to appear with their assigned fragment. Below, the footnotes appear before the text they accompany. Is there a way to reveal the text and the footnote simultaneously (or even text followed by footnote)?
Here is an example:
Beta Was this translation helpful? Give feedback.
All reactions