Christophe Dervieux

Results 1377 comments of Christophe Dervieux

This is definitely something we plan to have a look into following the new support in the IDE for this.

Thanks for the feedback ! > however, I threw it away because it breaks output formats that intentionally apply post_processor() to PDF files. Which format are you thinking off ?...

Thanks for sharing. Good to know this could be useful. Probably for PDF conversion we need to consider current pre_processor / post_processor as hooks for Pandoc conversion (`.md` to `.tex`)...

#2320 fixed the issue with the warnings due to wrong post processing. I'll leave this issue open to deal in a later version to fix the way post processing is...

> although the LaTeX appears to be correct Did you test the equation already ? It seems using `\text{}` with `\sum` does not work in LaTeX. I tried this smaller...

Inserting an existing full HTML file (meaning with `` and ``) inside another is not something straighforward - or even feasible without a iframe logic. Using an `` to load...

For reference, this has been cross posted on community: https://community.rstudio.com/t/in-a-simple-rmarkdown-website-can-i-include-the-navbar-on-html-files-rendered-outside-of-the-project/129206/2

Thanks for the report! I think the original issue in **magick** is important here to understand. This happens because `magick:::`knit_print.magick-image` uses internal knitr function to save to a file https://github.com/ropensci/magick/blob/56f746be5edb3a9e7c40b2c91ef3bd0b51bbb0f1/R/base.R#L117-L131...

Thanks for your feedback. The mental model question is really interesting. As I understand, Inline R code and block chunk does not work the same currently. There is no options...