We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7eccfe commit 4f458a0Copy full SHA for 4f458a0
src/command/render/render-contexts.ts
@@ -362,6 +362,10 @@ function mergeQuartoConfigs(
362
363
// bibliography needs to always be an array so it can be merged
364
const fixupMergeableScalars = (metadata: Metadata) => {
365
+ // see https://github.com/quarto-dev/quarto-cli/pull/12372
366
+ // and https://github.com/quarto-dev/quarto-cli/pull/12369
367
+ // for more details on why we need this check, as a consequence of an unintuitive
368
+ // ordering of YAML validation operations
369
if (metadata === null) return metadata;
370
[
371
kBibliography,
0 commit comments