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). :::
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). :::
@@ -26,4 +26,4 @@ Place the following code inside of the Quarto Document: ```
-```` \ No newline at end of file +````