-
Quitting from lines 10-13 [unnamed-chunk-1] (test.qmd) Using with Knitr_1.43.1. Thank you so much for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Your example is not complete/valid and currently the title of the thread has nothing to do with your post. Could you please rewrite your post (title and description) to make it clear what it is about and what is your issue? Could you share a small "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. 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.
-
Very likely related to #5702. |
Beta Was this translation helpful? Give feedback.
Very likely related to #5702.
I am closing this, please follow on the issue.
Thanks for reporting this.