Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: move link outside of footnote #1556

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Changes from all commits
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: 2 additions & 0 deletions docs/get-started/computations/rstudio.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ 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)].
For additional details on inline code expressions, please visit the [Inline Code](/docs/computations/inline-code.qmd) documentation.

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