Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started/computations/rstudio.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ See the documentation on [Article Layout](/docs/authoring/article-layout.qmd) to

## Inline Code

To include executable expressions within markdown, enclose the expression in `` `{r} ` ``^[Quarto also supports the Knitr syntax `` `r ` ``, read more in [Inline Code](/docs/computations/inline-code.qmd)].
To include executable expressions within markdown, enclose the expression in `` `{r} ` ``^[Quarto also supports the Knitr syntax `` `r ` ``.], read more in [Inline Code](/docs/computations/inline-code.qmd).
For example, we can use inline code to state the number of observations in our data.
Try adding the following markdown text to your Quarto document.

Expand Down
Loading