Christophe Dervieux
Christophe Dervieux
@ktd2001 Which OS are you on ? Which Pandoc version do you use ? `rmarkdown::pandoc_version()` Where are you files located ? On a network drive ? Can you share the...
@statnmap does it happens also if you explicitly run each `render()` in a new session ? e.g using `xfun::Rscript_call` or `callr::r()` ? If the issue is really with each render...
Thanks for the report. > Does this mean that even with standalone documents, if one is using cache=T, one should always expect the linked _files directory? Yes when `cache =...
Thanks ! That is a good idea. `df_print` feature is quite simple and **gt** offers a lot a feature to customize table. So I don't know what would be a...
Hi @rmcd1024, Thanks for the reproducible example. When I knit you test document using the knit button inside RStudio IDE, or using R command line I correctly get expected result...
I tested on Ubuntu 20.04 and I got the TOC with the spaces but with all the methods!  I don't know about the differences possible between OS. @yihui do...
FWIW I can't reproduce this difference anymore. So I don't really know if there is something to fix or if changing may have change in Pandoc's template. So not sure...
Just a precision as I explained in https://github.com/rstudio/rmarkdown/issues/2360#issuecomment-1122111948 regarding the styling, I think the rules in the CSS here https://github.com/rstudio/rmarkdown/blob/45c6802e95c623ad458558315b40c21f059649a0/inst/rmarkdown/templates/html_vignette/resources/vignette.css#L190-L201 are no more used, or at least should not be...
@dusadrian the official mechanism to use a custom style for highlighting is to provide a custom them in `highlight` argument. See example of such file in the package itself where...
> it works as expected for code chunks but still not for inline code Oh now I think I missed something in your explanation. I just saw that use add...