Quarto v1.4 Inline Execution #7121
Unanswered
pedromsouza
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Could you please fix or format your example properly as currently backticks are not matched. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is the full script. I was unable to paste it all in here. |
Beta Was this translation helpful? Give feedback.
1 reply
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'm trying to use Inline Execution for to show the value of a python variable in the markdown section, but it's not working.
https://quarto.org/docs/prerelease/1.4/inline.html
Example:
The answer is
{python} x
My Code:
Beta Was this translation helpful? Give feedback.
All reactions