From b2529f250f1c73626543aac9e4a6b40a9aba6c4a Mon Sep 17 00:00:00 2001 From: Paul Gusmano <155201655+pm-gusmano@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:50:53 -0400 Subject: [PATCH 1/3] Update presenting.qmd Remove reference to "upcoming" release of 1.6, as the current version is 1.7.33 --- docs/presentations/revealjs/presenting.qmd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/presentations/revealjs/presenting.qmd b/docs/presentations/revealjs/presenting.qmd index 84c2b61921..4181c69b7b 100644 --- a/docs/presentations/revealjs/presenting.qmd +++ b/docs/presentations/revealjs/presenting.qmd @@ -82,8 +82,6 @@ Note that you can still open the menu using the {{< kbd M >}} key even if the bu ## Jump To Slide {#jump-to-slide} -{{< include /docs/prerelease/1.6/_pre-release-feature.qmd >}} - You can skip ahead to a specific slide using reveal.js' jump-to-slide shortcut. Here's how it works: - Press {{< kbd G >}} to activate @@ -626,4 +624,4 @@ See these articles lo learn more about using Reveal: - [Reveal Basics](index.qmd) covers the basic mechanics of creating presentations. - [Advanced Reveal](advanced.qmd) delves into transitions, animations, advanced layout and positioning, and other options available for customizing presentations. -- [Reveal Themes](themes.qmd) talks about using and customizing existing themes as well as creating brand new themes. \ No newline at end of file +- [Reveal Themes](themes.qmd) talks about using and customizing existing themes as well as creating brand new themes. From c3d63f45e542de07471c61cf33963196e728db47 Mon Sep 17 00:00:00 2001 From: Paul Gusmano <155201655+pm-gusmano@users.noreply.github.com> Date: Thu, 14 Aug 2025 11:00:02 -0400 Subject: [PATCH 2/3] Remove 1.6 notification for Scroll View --- docs/presentations/revealjs/presenting.qmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/presentations/revealjs/presenting.qmd b/docs/presentations/revealjs/presenting.qmd index 4181c69b7b..a5d6069e25 100644 --- a/docs/presentations/revealjs/presenting.qmd +++ b/docs/presentations/revealjs/presenting.qmd @@ -110,8 +110,6 @@ You can enable Overview Mode by pressing the {{< kbd O >}} key. ## Scroll View {#scroll-view} -{{< include /docs/prerelease/1.6/_pre-release-feature.qmd >}} - Reveal presentations can be presented in [Scroll View](https://revealjs.com/scroll-view/) with vertically scrolled navigation instead of Slides. This is a new view mode introduced in Revealjs 5. It is always available in presentations as an alternative view mode (like [Print view](#print-to-pdf)), and it will be used as the default view on small screens (e.g. viewing a presentation on a mobile). Our demo presentation can be seen [in scroll view mode](https://{{< meta prerelease-subdomain >}}quarto.org/docs/presentations/revealjs/demo/?view=scroll) and below From 5b448925f1b2e99661945296e40b1550a314c3d1 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Thu, 11 Sep 2025 13:42:45 +0200 Subject: [PATCH 3/3] Also removed last occurence of 1.6 prerelease callout --- docs/presentations/revealjs/index.qmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/presentations/revealjs/index.qmd b/docs/presentations/revealjs/index.qmd index 0e51829bbf..9ce2c80c5a 100644 --- a/docs/presentations/revealjs/index.qmd +++ b/docs/presentations/revealjs/index.qmd @@ -365,8 +365,6 @@ Note that if the background color of your media differs from your presentation's ### Gradient Background -{{< include /docs/prerelease/1.6/_pre-release-feature.qmd >}} - All CSS gradient formats are supported, including `linear-gradient`, `radial-gradient` and `conic-gradient`. ```{.markdown code-preview="examples/background-gradient.qmd"}