You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
Please format your issue so it is easier for us to read the bug report.
Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
Please document the operating system you're running. If on Linux, please provide the specific distribution.
The text was updated successfully, but these errors were encountered:
Thanks for the report! We're aware of this issue and know how to fix it (I actually have a fix in a private branch ready to go). The main issue is that the regression surface of the fix is quite large, because we use stdout/stderr redirection from downstream binaries in a large number of places in our code. We'll revisit soon after we start work on 1.3.
Bug description
The stdout of the embedded pandoc is getting redirected to stderr. For example:
outputs nothing (
2>
redirects stderr) butdoes output the version message.
This holds for other outputs of pandoc to stdout.
I am not directly affected by this, but I can imagine some piping scenarios where this could be pretty annoying.
VERSION:
Checklist
The text was updated successfully, but these errors were encountered: