I have installed Quarto, as per Getting started and then attempted to render the example given in Quarto - Tutorial: Hello, Quarto. The resulting dialogue (see below) suggests that the rendering sort-of works, and certainly pandoc is found, but the last error message indicates no lua filters:
Error running filter C:/PROGRA~1/Quarto/share/filters/rmarkdown/pagebreak.lua:
cannot open C:/PROGRA~1/Quarto/share/filters/rmarkdown/pagebreak.lua: No such file or directory
The above error message is reasonable, since there is no rmarkdown folder within C:/PROGRA~1/Quarto/share/filters, as seen below:
I can reproduce now, and found the issue. It is a regression. I'll report in the Github repo for a fix. sorry for the inconvenience.
You need to have a older version of Quarto for this to work currently: v0.9.314 I think
I just want to mention that I had the same issue with this reponse :
Error running filter /Applications/quarto/share/filters/rmarkdown/pagebreak.lua:
cannot open /Applications/quarto/share/filters/rmarkdown/pagebreak.lua: No such file or directory
On MacOs 12.3.1 with quarto-0.9.324
The issue is solved with quarto-0.9.326.