Skip to content

Commit 58732d5

Browse files
mcanouilgithub-actions[bot]
authored andcommitted
refactor: move example entence down, rephrase link to doc, keep link in footnote
(cherry picked from commit 7f091ce)
1 parent 1d3ae7b commit 58732d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/get-started/computations/rstudio.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ See the documentation on [Article Layout](/docs/authoring/article-layout.qmd) to
232232

233233
## Inline Code
234234

235-
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).
235+
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)].
236+
For additional details on inline code expressions, please visit the [Inline Code](/docs/computations/inline-code.qmd) documentation.
237+
236238
For example, we can use inline code to state the number of observations in our data.
237239
Try adding the following markdown text to your Quarto document.
238240

0 commit comments

Comments
 (0)