Keep last header and footer unless a new one is set #14083
bjornasm
started this conversation in
Feature Requests
Replies: 1 comment
-
|
You can solve your main issue using a Lua filter to repeat whatever you want on the slide that use |
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 think working with quarto to make presentations is really enjoyable. Right now I use the revealJS format. However I have found myself in a pattern where I might repeat a heading over several slides (essentially the content under that heading spans several slides) - which means that in my markdown I also repeat the same heading over and over. This breaks up a lot of the natural flow of the markdown text.
One idea I had is that you could opt in to let headings (and possibly footers) be "sticky". By that I mean that unless you set a new header or footer you repeat the previous one. This would mean that a document could flow naturally:
Right now this would be something like:
Beta Was this translation helpful? Give feedback.
All reactions