Replies: 2 comments 10 replies
-
I have also checked the encoding of my files in RStudio. They seem to be UTF-8. Is there any way I can check all the files in my book folder, rather than one by one? I also checked my Windows 10 All of this worked up until a couple of days ago, and I don't think anything changed on my system |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a relatively old version of quarto; can you first try upgrading to our latest stable version and see if the problem persists? |
Beta Was this translation helpful? Give feedback.
10 replies
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.
-
Description
Please help I'm getting ready to abandon Quarto.
In this StackOverflow post I describe a problem with pandoc (v. 2.19.2) under quarto (v. 1.1.189), and RStudio (RStudio 2022.07.2+576)where I get this error,
and have been persistently unable to find the location in my files where this might occur. As I noted in SO, I have checked all my
.qmd
,.R
,'.bib
, files usingtools::showNonASCIIfile()
and nothing turns up.I also filed this as a pandoc issue. I updated
pandoc
to the latest version (3.1.2)and reduced my book
index.qmd
to the bare minimum:In my
_quarto.yml
I've commented out all chapters other thanindex.qmd
To help track this down, I've made my repo public, at https://github.com/friendly/Vis-MLM-quarto
Beta Was this translation helpful? Give feedback.
All reactions