Skip to content

Commit

Permalink
Add pre-release version minimum into docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Nov 13, 2023
1 parent 29647cb commit 16e8e11
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/qwebr-deployment-templates.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion examples/book/slide-embed.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion examples/readme/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ summary(fit)
```


Return to the [documentation website](https://quarto-webr.thecoatlessprofessor.com/)
Return to the [documentation website](https://quarto-webr.thecoatlessprofessor.com/) or [GitHub Repository](https://github.com/coatless/quarto-webr).
2 changes: 1 addition & 1 deletion examples/revealjs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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](../../)
Expand Down
4 changes: 2 additions & 2 deletions examples/website/slide-embed.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -26,4 +26,4 @@ Place the following code inside of the Quarto Document:
<iframe class="slide-deck" src="path/to/presentation/"></iframe>
```
</div>
````
````

0 comments on commit 16e8e11

Please sign in to comment.