-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
This example document contains two "include" instances; the first instance includes the referenced file as expected. The second instance adds the {.yaml include = "stuff.yml"}
text in the document.
---
title: includes
filters:
- include-code-files
---
```{.yaml include="stuff.yml"}
```
```{.yaml include = "stuff.yml"}
```
I ended up with whitespace surrounding the equals sign because I was trying to adapt some of the knitr embed/verbatim examples; those use whitespace.
Renders as:
Using Quarto 1.2.335.
Metadata
Metadata
Assignees
Labels
No labels