You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,17 @@ quarto add emilhvitfeldt/quarto-revealjs-codewindow
13
13
This will install the extension under the `_extensions` subdirectory.
14
14
If you're using version control, you will want to check in this directory.
15
15
16
+
Once an extension has been added, you can use the Reveal plugin by adding it to the 1reveal-plugins` key. For example:
17
+
18
+
`````markdown
19
+
---
20
+
title: "My Presentation"
21
+
format: revealjs
22
+
revealjs-plugins:
23
+
- codewindow
24
+
---
25
+
`````
26
+
16
27
## Using
17
28
18
29
Adding a `::: {.codewindow}` fenced div around any code chunk will turn the output into a `codewindow`. The file tab is enabled by adding plain text before the code chunk.
0 commit comments