We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5288269 commit 5933f8eCopy full SHA for 5933f8e
examples/revealjs/README.md
@@ -0,0 +1,14 @@
1
+# RevealJS Demo
2
+
3
+The RevealJS demo uses an external extension called `{quarto-countdown}`.
4
+In addition to installing the `{quarto-pyodide}` extension, you must also install the `countdown` shortcode extension.
5
6
+You can do this by running in your Quarto Project:
7
8
+```sh
9
+# Install `quarto-countdown`
10
+quarto add gadenbuie/countdown/quarto
11
12
+# Install `quarto-pyodide`
13
+quarto add coatless-quarto/pyodide
14
+```
0 commit comments