Skip to content

Commit 9143869

Browse files
committed
Undo changes to manuscripts
1 parent 231e8f2 commit 9143869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manuscripts/authoring/_inline-computations.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ You can also use computed values directly in your article text by using inline c
213213
:::
214214

215215
::: {.content-visible when-meta="tool.is_rstudio"}
216-
You can use computed values directly in your article text using the syntax `` `{r} expr` ``. For example, consider this line in `index.qmd`:
216+
You can use computed values directly in your article text using the syntax `` `r expr` ``. For example, consider this line in `index.qmd`:
217217

218218
``` markdown
219-
Based on data up to and including 1971, eruptions on La Palma happen every `{r} round(avg_years_between_eruptions, 1)` years on average.
219+
Based on data up to and including 1971, eruptions on La Palma happen every `r round(avg_years_between_eruptions, 1)` years on average.
220220
```
221221

222222
When rendered, it displays as:

0 commit comments

Comments
 (0)