Skip to content

Commit

Permalink
Add README note to revealjs as we include an external dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Feb 19, 2024
1 parent 5288269 commit 5933f8e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/revealjs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# RevealJS Demo

The RevealJS demo uses an external extension called `{quarto-countdown}`.
In addition to installing the `{quarto-pyodide}` extension, you must also install the `countdown` shortcode extension.

You can do this by running in your Quarto Project:

```sh
# Install `quarto-countdown`
quarto add gadenbuie/countdown/quarto

# Install `quarto-pyodide`
quarto add coatless-quarto/pyodide
```

0 comments on commit 5933f8e

Please sign in to comment.