Christophe Dervieux
Christophe Dervieux
> Regarding the string/markdown, I think there is an issue or discussion about harmonising across engines behaviours. Not sure to see which one is it. I am interesting to look...
> but we need have a broader discussion about it that explains the situation to both knitr and jupyter users. This is not a change I want to make lightly....
@cwickham I cherry picked the commit in pre-release: c776e84a0ef0f521d3e93c9fa65b9f7d5320907d So changes are there now.
Sorry for the delay - I missed this PR when you opened it. To be honest I know use **rig** to install and manage R, and no more scoop. So...
I am stuck right now because of the size of the package. CRAN enforces a limit of 5 MB and we are now again oversized 😞 I may need to...
I believe we are all in wait of - #208 And a discussion on what to do next should happen there. Other PR like #210 are opened since more than...
More context on this. In this example: ````markdown --- output: html html-table-processing: none keep-md: true --- ```{r} library(gt) library(tidyverse) head(mtcars) |> gt() |> tab_header(md('**mtcars** dataset'), md('Testing a math formula: $e^{i...
> we are using the katex package to perform math rendering So it means your are doing server side rendering (I mean in R directly), and then it requires some...
Sorry I missed this. Is this still happening for you ? I don't have any issue installing rig.
Sorry we missed this message; What content were you trying to publish ? `bookdown.org` is only for Book project built with **bookdown** R package.