OJS to CSS doesn't work #8027
Unanswered
royfrancis
asked this question in
Q&A
Replies: 1 comment 2 replies
-
R chunks are evaluated at document render time, and OJS cells are evaluated continuously when the rendered document is viewed, so you can't use OJS values in R chunks—they aren't defined yet 🙂 (The R inline example is actually just ignoring the part emitted under |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a dummy example here with few different attempts:
The "$text" works but the css variables don't work.
quarto 1.4.506
Beta Was this translation helpful? Give feedback.
All reactions