From c2565189d5b806e03c0d95280e85df8c84f130b2 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Mon, 10 Jun 2024 22:34:32 +0200 Subject: [PATCH] Add changelog entry For #9916 (https://github.com/quarto-dev/quarto-cli/commit/b398fdf87d6b8ffb2dd8da6a8f681537fa76c24c) --- news/changelog-1.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/news/changelog-1.5.md b/news/changelog-1.5.md index 91ad8034f1..c29bdd1568 100644 --- a/news/changelog-1.5.md +++ b/news/changelog-1.5.md @@ -217,3 +217,4 @@ All changes included in 1.5: - Upgrade Deno to 1.41.0 - `quarto install tinytex` will now try to set the default CTAN repository to the nearest mirror resolved from https://mirror.ctan.org. - `quarto render --to native` now works without triggering rmarkdown error about non HTML output when HTML dependencies are present in the knitr engine cell results. +- Missing `tabsets` configuration for HTML documents has now been added in the YAML schema for validation and autocompletion. This boolean value controls the inclusion of tabsets in the document (e.g when `minimal: true` is set).