-
Hi, format:
revealjs:
slide-number: true
preview-links: auto
navigation-mode: vertical
center-title-slide: false
code-line-numbers: false
footnotes-hover: true And in my slide I have
I have no hover, I have a classic footnote. How to enable the hover? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Oct 30, 2022
Replies: 1 comment 2 replies
-
This is not a feature available to To have this, you'll have to implement it yourself using Boostrap components or any CSS/JS/HTML framework of your choice. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not a feature available to
revealjs
format.It is only described for
html
format (https://quarto.org/docs/reference/formats/html.html#footnotes).To have this, you'll have to implement it yourself using Boostrap components or any CSS/JS/HTML framework of your choice.