Closed joelnitta closed 2 months ago
I'll also see if I can take this into account in the docs.
This is a quarto setting, having it set in _quarto.yml allows you to not repeat it in every document.
With profiles you could now set lang: es
in a _quarto-es.yml for example and this setting then gets applied in every document when rendering the Spanish version.
It would be helpful to have documentation for the various fields of the
babelquarto
field that is added to_quarto.yml
.For example, here is the default one:
Why is the last
lang:en
needed? Isn't that redundant, considering that we already havemainlanguage: 'en'
?