_quarto.yml
: No inline code for field content?
#2384
Answered
by
cderv
r-cheologist
asked this question in
Q&A
-
I'm trying the following:
and only get verbatim content not the computed and assembled date string. Can this be made work in |
Beta Was this translation helpful? Give feedback.
Answered by
cderv
Sep 9, 2022
Replies: 1 comment 1 reply
-
Just to share that there is an issue about that you can follow: #1391 But overall, It is not possible to use knitr feature like that (inline code) outside of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
r-cheologist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just to share that there is an issue about that you can follow: #1391
But overall, It is not possible to use knitr feature like that (inline code) outside of
.qmd
document using knitr. R is not run when the YAML is parsed.