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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The `toggle` extension allows you to toggle between showing code with output or
9
9
10
10
## Installation
11
11
12
-
To install the `toggle`shortcode extension, follow these steps:
12
+
To install the `toggle` extension, follow these steps:
13
13
14
14
1. Open your terminal.
15
15
@@ -19,7 +19,7 @@ To install the `toggle` shortcode extension, follow these steps:
19
19
quarto add coatless-quarto/toggle
20
20
```
21
21
22
-
This command will download and install the shortcode extension under the `_extensions` subdirectory of your Quarto project. If you are using version control, ensure that you include this directory in your repository.
22
+
This command will download and install the extension under the `_extensions` subdirectory of your Quarto project. If you are using version control, ensure that you include this directory in your repository.
Copy file name to clipboardExpand all lines: docs/index.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The `toggle` extension allows you to toggle between showing code with output or
14
14
15
15
## Installation
16
16
17
-
To install the `toggle`shortcode extension, follow these steps:
17
+
To install the `toggle` extension, follow these steps:
18
18
19
19
1. Open your terminal.
20
20
@@ -24,7 +24,7 @@ To install the `toggle` shortcode extension, follow these steps:
24
24
quarto add coatless-quarto/toggle
25
25
```
26
26
27
-
This command will download and install the shortcode extension under the `_extensions` subdirectory of your Quarto project. If you are using version control, ensure that you include this directory in your repository.
27
+
This command will download and install the extension under the `_extensions` subdirectory of your Quarto project. If you are using version control, ensure that you include this directory in your repository.
0 commit comments