Skip to content

Commit 7084d33

Browse files
committed
Fix shortcode on Quarto site
1 parent 7cc8dce commit 7084d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ You can use the shortcode immediately in a Quarto project that has the extension
4040
For example, we can embed RevealJS slides using:
4141

4242
```md
43-
{{< revealjs "assets/my-slides.html" >}}
43+
{{{< revealjs "assets/my-slides.html" >}}}
4444
```

0 commit comments

Comments
 (0)