-
DescriptionIn my quarto presentation (revealjs), is it possible to add the h1 title on which the h2 title of my slide depends? My code looks like this : # Styles par défaut {.backgroundTitre}
## Style du texte {.backgroundStandard}
#### En markdown |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hello @ddotta can you Edit the title of this question ? Thanks also, do I understand correctly that you want to show on a slide also the h1 title part ? |
Beta Was this translation helpful? Give feedback.
-
Sorry @cderv ! |
Beta Was this translation helpful? Give feedback.
-
FYI, there is a "breadcrumb" plugin for Reveal.js: https://github.com/sedrubal/reveal.js-breadcrumb |
Beta Was this translation helpful? Give feedback.
-
FYI, I was able to do what I wanted thanks to this |
Beta Was this translation helpful? Give feedback.
Same answer as the other question, you could probably do what you want using Lua filter to catch H1 header content, and then show it the way you want on another slide.
Maybe there is an extension existing that could help you. I know this one but a bit different: https://github.com/andrie/reveal-auto-agenda