Skip to content

Commit

Permalink
Fix typo in vscode-notebook.qmd (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonaris authored Sep 8, 2023
1 parent a8295e2 commit 97db52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools/vscode-notebook.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Quarto uses leading comments with a special prefix (`#|`) to denote cell options

Note that options must appear at the very beginning of the cell. As with document front-matter, option names/values use YAML syntax.

There are many output options available, including options to optionally hide code, warnings, and/or output. See the documentation on [Output Outputs](../computations/execution-options.qmd#output-options) for additional details.
There are many output options available, including options to optionally hide code, warnings, and/or output. See the documentation on [Output Options](../computations/execution-options.qmd#output-options) for additional details.

## Cell Execution

Expand All @@ -54,4 +54,4 @@ quarto convert basics-jupyter.ipynb
quarto convert basics-jupyter.qmd
```

See `quarto convert help` for additional details on converting notebooks.
See `quarto convert help` for additional details on converting notebooks.

0 comments on commit 97db52b

Please sign in to comment.