-
Hi, It would be great to use them to write markdown text coupled with variables from other cells (I have written about this here). Something like:
Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
jjallaire
May 13, 2022
Replies: 1 comment 1 reply
-
You can use ```{ojs}
viewof date = Inputs.date({label: "Date", value: "2022-05-13"})
```
Today is ${date} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
${date}
anywhere in markdown. For example, the following should work: