Replies: 1 comment
-
Note that the message states you have invalid YAML frontmatter in your file. There are "Get Started" guides: https://quarto.org/docs/get-started/ which show examples of valid files. For more, consider sharing a small self-contained "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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
For some reason when I try to use Quarto Convert with a VSCode file it keeps returning the same error over and over (image included below). I have tried to create empty test files and install/reinstall Quarto, VSCode, R, etc nothing has solved the problem. I am admittedly new to this but would appreciate some help nonetheless.

Beta Was this translation helpful? Give feedback.
All reactions