Syntax conflict between knit_expand and Quarto extensions? #4286
-
I'm having difficulty using Quarto extensions within a child document, and I'm wondering if there's a syntax conflict with the curly braces. For example, knit_expand uses "{{i}}" to reference a variable, and Quarto extensions start and end with '{...}' I'll try and spin up a reprex at some point, but the error I'm getting is:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
We'll unfortunately need a full example before being able to help. |
Beta Was this translation helpful? Give feedback.
-
The error:
Edit: 'mtcars.csv' must be in the same project directory, sorry. Edit2: I've tried using a couple other Quarto extensions within child.qmd and none of them have worked. |
Beta Was this translation helpful? Give feedback.
Ok, I created a gist here.
The error:
Edit: 'mtcars.csv' must be in the same project directory, sorry.
Edit2: I've tried using a couple other Quarto extensions within child.qmd and none of them have worked.