Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove encoding param from knitting #1167

Merged
merged 1 commit into from
Aug 1, 2022
Merged

Conversation

ElianHugh
Copy link
Collaborator

@ElianHugh ElianHugh commented Aug 1, 2022

What problem did you solve?

Solves #1166. We currently pass an encoding param to the knitting render process, which can cause issues when a given renderer does not have an encoding parameter. The encoding parameter of rmarkdown::render is also ignored by rmarkdown anyway, meaning that there is no point to passing the parameter.

How can I check this pull request?

Knitting the following will fail on the live version of vscode-r

---
title: Test
knit: quarto::quarto_render
---

Test.

Copy link
Member

@renkun-ken renkun-ken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ElianHugh ElianHugh merged commit da579cc into master Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants