From d7294dac14f3103e7e783240089b0ee4290f47a6 Mon Sep 17 00:00:00 2001 From: GuillaumeDehaene Date: Mon, 4 Nov 2024 16:48:30 +0100 Subject: [PATCH 1/2] 11300 - clarify that section title are not scrollable Related https://github.com/quarto-dev/quarto-cli/issues/11300 Update documentation to clarify: - that section title slides are not scrollable by default, - how to modify them to make them scrollable. --- docs/presentations/revealjs/index.qmd | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/presentations/revealjs/index.qmd b/docs/presentations/revealjs/index.qmd index 8ba5a46e60..88a4a0ea02 100644 --- a/docs/presentations/revealjs/index.qmd +++ b/docs/presentations/revealjs/index.qmd @@ -55,6 +55,18 @@ format: --- ``` +Please note that section title slides are centered by default which prevents them from being scrollable. +If you want to make title slides scrollable, you need to make them non-centered. + +``` {.yaml code-preview="examples/make-section-title-scrollable.qmd"} +--- +format: + revealjs: + scrollable: true + center-title-slide: false +--- +``` + {{< include _callout-auto-stretch-scrollable.qmd >}} {{< include ../_speaker-notes.md >}} From 44a97e400f587d082ef124db8b72ecaed0c0994d Mon Sep 17 00:00:00 2001 From: GuillaumeDehaene Date: Tue, 5 Nov 2024 09:52:07 +0100 Subject: [PATCH 2/2] Remove following review Co-authored-by: Charlotte Wickham --- docs/presentations/revealjs/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/presentations/revealjs/index.qmd b/docs/presentations/revealjs/index.qmd index 88a4a0ea02..71dae54d54 100644 --- a/docs/presentations/revealjs/index.qmd +++ b/docs/presentations/revealjs/index.qmd @@ -58,7 +58,7 @@ format: Please note that section title slides are centered by default which prevents them from being scrollable. If you want to make title slides scrollable, you need to make them non-centered. -``` {.yaml code-preview="examples/make-section-title-scrollable.qmd"} +``` {.yaml} --- format: revealjs: