From 16e8e11c19c3be24914dab9d2bf0a7334f34620a Mon Sep 17 00:00:00 2001
From: James J Balamuta <james.balamuta@gmail.com>
Date: Mon, 13 Nov 2023 12:24:46 -0800
Subject: [PATCH] Add pre-release version minimum into docs.

---
 docs/qwebr-deployment-templates.qmd | 2 +-
 examples/book/slide-embed.qmd       | 2 +-
 examples/readme/index.qmd           | 2 +-
 examples/revealjs/index.qmd         | 2 +-
 examples/website/slide-embed.qmd    | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/qwebr-deployment-templates.qmd b/docs/qwebr-deployment-templates.qmd
index 86c4b694..0b38c2b2 100644
--- a/docs/qwebr-deployment-templates.qmd
+++ b/docs/qwebr-deployment-templates.qmd
@@ -18,7 +18,7 @@ This template is designed for creating standalone HTML documents with interactiv
 This template is designed for creating standalone RevealJS presentations with interactive webR functionality. It's suitable for creating lecture slides.
 
 :::{.callout-important}
-This template requires a [**pre-release** version of Quarto](https://quarto.org/docs/download/prerelease) that contains an updated copy of `pandoc`. For more details, please see [Issue #14](https://github.com/coatless/quarto-webr/issues/14). 
+This template requires a [**pre-release** version of Quarto that is 1.4.499 or greater](https://quarto.org/docs/download/prerelease) that contains an updated copy of `pandoc`. For more details, please see [Issue #14](https://github.com/coatless/quarto-webr/issues/14). 
 :::
 
 - **Example**: You can find an example of a RevealJS presentation template [here](https://quarto-webr.thecoatlessprofessor.com/examples/revealjs/).
diff --git a/examples/book/slide-embed.qmd b/examples/book/slide-embed.qmd
index 5b8f170c..232b5772 100644
--- a/examples/book/slide-embed.qmd
+++ b/examples/book/slide-embed.qmd
@@ -7,7 +7,7 @@ On this page, we show how we can embed a RevealJS Presentation inside of a Quart
 ## Presentation
 
 :::{.callout-important}
-For `quarto-webr` to work within RevealJS, you must use a [**pre-release** version of Quarto](https://quarto.org/docs/download/prerelease) that contains an updated copy of `pandoc`. For more details, please see [Issue #14](https://github.com/coatless/quarto-webr/issues/14). 
+For `quarto-webr` to work within RevealJS, you must use a [**pre-release** version of Quarto that is 1.4.499 or greater](https://quarto.org/docs/download/prerelease) that contains an updated copy of `pandoc`. For more details, please see [Issue #14](https://github.com/coatless/quarto-webr/issues/14). 
 :::
 
 <div>
diff --git a/examples/readme/index.qmd b/examples/readme/index.qmd
index 6e376b9d..46aa87f7 100644
--- a/examples/readme/index.qmd
+++ b/examples/readme/index.qmd
@@ -15,4 +15,4 @@ summary(fit)
 ```
 
 
-Return to the [documentation website](https://quarto-webr.thecoatlessprofessor.com/)
\ No newline at end of file
+Return to the [documentation website](https://quarto-webr.thecoatlessprofessor.com/) or [GitHub Repository](https://github.com/coatless/quarto-webr).
\ No newline at end of file
diff --git a/examples/revealjs/index.qmd b/examples/revealjs/index.qmd
index 856bf1c5..94191bbc 100644
--- a/examples/revealjs/index.qmd
+++ b/examples/revealjs/index.qmd
@@ -16,7 +16,7 @@ filters:
 Welcome to a demo RevealJS presentation that uses the [`quarto-webr`](https://github.com/coatless/quarto-webr) extension to generate interactive code cells with [Quarto](https://quarto.org) and [webR](https://docs.r-wasm.org/webr/latest/).
 
 :::{.callout-important}
-This template requires a [**pre-release** version of Quarto](https://quarto.org/docs/download/prerelease) that contains an updated copy of `pandoc`. For more details, please see [Issue #14](https://github.com/coatless/quarto-webr/issues/14). 
+This template requires a [**pre-release** version of Quarto that is 1.4.499 or greater](https://quarto.org/docs/download/prerelease)  that contains an updated copy of `pandoc`. For more details, please see [Issue #14](https://github.com/coatless/quarto-webr/issues/14). 
 :::
 
 Not the right template? Let's go back to the [documentation portal](../../)
diff --git a/examples/website/slide-embed.qmd b/examples/website/slide-embed.qmd
index f1f31117..0bd46ee3 100644
--- a/examples/website/slide-embed.qmd
+++ b/examples/website/slide-embed.qmd
@@ -7,7 +7,7 @@ On this page, we show how we can embed a RevealJS Presentation inside of a Quart
 ## Presentation
 
 :::{.callout-important}
-For `quarto-webr` to work within RevealJS, you must use a [**pre-release** version of Quarto](https://quarto.org/docs/download/prerelease) that contains an updated copy of `pandoc`. For more details, please see [Issue #14](https://github.com/coatless/quarto-webr/issues/14). 
+For `quarto-webr` to work within RevealJS, you must use a [**pre-release** version of Quarto that is 1.4.499 or greater](https://quarto.org/docs/download/prerelease) that contains an updated copy of `pandoc`. For more details, please see [Issue #14](https://github.com/coatless/quarto-webr/issues/14). 
 :::
 
 <div>
@@ -26,4 +26,4 @@ Place the following code inside of the Quarto Document:
 <iframe class="slide-deck" src="path/to/presentation/"></iframe>
 ```
 </div>
-````
\ No newline at end of file
+````