Rename footnote section #6345
-
DescriptionCurrently, the footnote section in revealjs presentations has the default name "Footnotes" (at least when using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should be able to find that information in our doc: Document language is here: https://quarto.org/docs/authoring/language.html
So go look at the source and find what you need |
Beta Was this translation helpful? Give feedback.
You should be able to find that information in our doc:
Document language is here: https://quarto.org/docs/authoring/language.html
lang
will change the name of the section based on translation filesSo go look at the source and find what you need
quarto-cli/src/resources/language/_language.yml
Line 17 in 167c748