Christophe Dervieux
Christophe Dervieux
This is an issue outside of table too if HTML escaped character is used in equation `\|` ````markdown --- title: test output: html_document: keep_md: true --- Usual: `$P(T > |t|)$`...
This is an old issue but as I began doing some cleaning, I started by the oldest one. This issue is still happening but it is rather a documentation feature...
@Mashin6 sorry for the dealy on this. We are coming back to **rmarkdown** and I am triaging all the issue board. Did you still encountered this behavior after new updates...
Regarding @EoinTravers comment on the RStudio IDE issue https://github.com/rstudio/rstudio/issues/7028#issuecomment-793713035, I did test the current behavior using this file ````markdown --- title: "Figure Problems" output: html_document: fig_retina: 2 --- ```{r plot,...
> it happens only when figure is generated by running a chunk in Rmd document in RStudio, but not when the code is run from normal document. Can you clarify...
> Correct. It happens only inside IDE when running the chunk with the green arrow or with cmd+Enter and figure is displayed in source pane. It doesn't happen when code...
Linking also here the relevant twitter discussion and hack * https://twitter.com/LisaDeBruine/status/1447956903095644171 * https://gist.github.com/debruine/baa61e561935d5e0df1ea0f294399c6c shared in https://github.com/rstudio/rstudio/issues/7028#issuecomment-1010917372
> `highlight: null` This will completely deactivate the highlighting feature. To keep it active but have different result, we have work on the highlight theme that should respect accessibility requirement...
It is quite recent from march this year in version 2.12, and we kept improving. https://rmarkdown.rstudio.com/docs/news/index.html#rmarkdown-212 We are working quite hard on accessibility compatibility for the Quarto Project (https://quarto.org/) and...
Thanks for the report. I'll have a look. This could happen somewhere in **knitr** `eng_sql()` engine from where we retrieve the code chunk content to pass it to `DBI::dbSendQuery()`.