-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-web
Milestone
Description
What would you like to do?
Report an issue on quarto.org
Description
From https://quarto.org/docs/authoring/includes.html.
Note that you can’t use the
includeshortcode within a computational code block itself - as the example above shows, the executable code block needs to be inside the included document.
This is no longer true.
| Input | code.R | Output |
|---|---|---|
---
title: "Quarto Playground"
format: html
---
```{r}
{{< include code.R >}}
``` |
cat("Hello, World!\n") |
|
Metadata
Metadata
Assignees
Labels
documentationDoc improvements & quarto-webDoc improvements & quarto-web
