Skip to content

Commit

Permalink
Add a few more countdown exmaples
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jan 26, 2024
1 parent d4d7978 commit 3639040
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions quarto/example.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,24 @@ Please make sure you are on Quarto version 1.4.545 or greater.

{{< countdown >}}

# Less time

# More time
{{< countdown minutes=0 seconds=20 >}}

{{< countdown minutes=2 seconds=20 >}}
# Non-standard position

Some content

{{< countdown minutes=2 top=0 right=0 >}}

# Add class

{{< countdown minutes=0 seconds=5 class="testing" >}}

# Sound

{{< countdown minutes=0 seconds=1 play_sound=true >}}

# Custom Sound

{{< countdown minutes=0 seconds=1 play_sound='test-beep.mp3' >}}

0 comments on commit 3639040

Please sign in to comment.