Quarto rendering trouble with Pandoc #7699
Unanswered
AlbertRapp
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What gesture are you using to render the Rmd pagedown files? The change you referenced makes the variable available specifically when performing an R Markdown render task: ![]() But it doesn't set |
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.
-
I run into trouble rendering Quarto files inside Positron when this requires Pandoc. For example, this can happen when trying to render Rmd pagedown files. I'm always switching to RStudio to render in these cases.
I suspect that this happens because the
RSTUDIO_PANDOC
env-variable isn't available. But the way I understand #3856, this env-variable should be available when rendering Rmd or Qmd files. But this isn't the case for me.When I render a Quarto file that looks like this:
I get a
""
output for theSys.getenv()
call. Am I doing something wrong here?Beta Was this translation helpful? Give feedback.
All reactions