How footnotes work in revealjs? #13022
-
DescriptionI want to know how footnotes work in revealjs taking into account what is mention in Footnotes in relation to the yaml option I only get the actual behavior equal to the expected behavior when using ---
format:
revealjs:
embed-resources: true
slide-level: 2
reference-location: document
---
# Section 1
## Subsection 1
Text[^1]
[^1]: Footnote 1
# Section 2
## Subsection 2
Text[^2]
[^2]: Footnote 2 Actual behavior with
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
You have wrong links or images. Could you properly format your post using code blocks for code and terminal outputs? Thanks. Accessibility: To improve accessibility, please add alternative text to your screenshots. This helps all users, including those using screen readers, to understand the context of the images. A brief description can make a big difference! See Good Alt Text, Bad Alt Text — Making Your Content Perceivable. |
Beta Was this translation helpful? Give feedback.
-
I don't think margin is supported in Revealjs By default it is by slide, and So this is a feature request to have a margin logic - but Revealjs slides have currently no margin logic in there DOM organization. Did you encounter some Revealjs slides in the wild having Margin support ? Thanks |
Beta Was this translation helpful? Give feedback.
yes because we can't separate option value per format, or can we?
reference-location: document
is supported. And all other values are ignored. (Revealjs checks forreference-location != document