Skip to content

Commit 6225382

Browse files
committed
Fix kbd shortcode
1 parent 99ba4db commit 6225382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/computations/positron.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In addition to running a single code cell, there are a variety of other commands
106106
## Tracking down code problems
107107

108108
A good approach to trouble-shooting the code in your document
109-
is to restart your Console ({{< kbd mac=Cmd-Shift-0 windows=Ctrl+Shift+0 linux=Ctrl+Shift+0 >}}), and **Quarto: Run All Cells** ({{< kbd mac=Cmd-Option-R win=Ctrl+Alt+R linux=Ctrl+Alt+R >}}).
109+
is to restart your Console ({{< kbd mac=Cmd-Shift-0 win=Ctrl+Shift+0 linux=Ctrl+Shift+0 >}}), and **Quarto: Run All Cells** ({{< kbd mac=Cmd-Option-R win=Ctrl+Alt+R linux=Ctrl+Alt+R >}}).
110110
This emulates Quarto's approach to executing the code in your document: starting a clean session, and executing code cells from top to bottom.
111111
112112
:::

0 commit comments

Comments
 (0)