Tongyao Pu (umich)
Tongyao Pu (umich)
Unfortunately, none of these have worked for me. I tried: 1. in rmd yaml section, added `knit: (function(inputFile, encoding) { Sys.setenv(RSTUDIO_PANDOC="C:/Program Files/RStudio/resources/app/bin/quarto/bin/tools"); rmarkdown::render(inputFile, encoding=encoding, output_file=file.path(dirname(inputFile), "README.md")) })` 2. In vscode...
The same thing happened to me recently as well on my windows laptop The code execution did not do what the code was intended to do (same code were fine...
Does this extension include auto indenting?
@dklilley Thank you for the reply. The code does indent when I type. However, I am looking for a command that is similar to `cmd + i` (or `control +...
> Thank you! This works for me