Christophe Dervieux

Results 1377 comments of Christophe Dervieux

Hi @bbolker, For HTML output, the math rendering will by default be supported by MathJax. Here, you are trying to pass raw LaTeX for an HTML output, so this is...

I am quite puzzled by the command line. The file not found is this one: ```` --template "Z:\J6QBFO~T\renv\library\R-4.2\X4WA3Z~2\R3QO3L~A\rmd\h\D0CS9J~9" ```` I am not quite sure why there is no filename at...

Network drive are known to cause issue with RStudio IDE and Pandoc used by **rmarkdown**. This one is new to me though as usually mapping the network drive on a...

Maybe this is a **renv** issue then ? 🤔 I don't know what the `Z:\J6QBFO~T\renv\library\R-4.2\X4WA3Z~2\R3QO3L~A\rmd\h\D0CS9J~9` special non-word string are in this path. Usually when a `~` this is because of...

Currently, `downlit_md_path()` will do the autolinking but also the highlighting. This will generate some html code for the highlighting that won't be useful for Github rendering. However, we could do...

> My understanding is that this highlighting / tokenization is performed by pandoc Yes Pandoc has a syntax highlighter which does the tokenization, and then brings some highlighting style that...

This is related to an old issue https://github.com/rstudio/rmarkdown/issues/974 there is now a specific `comment` engine to achieve this - **knitr** does not know how to parse HTML comment, to it...

From your example, `fig.cap` doesn't work either for plots, right ? I believe `html_notebook` format is tied to the IDE and supporting `fig.cap` for `html_notebook` requires support in RStudio IDE...

From a report in https://github.com/tidyverse/reprex/issues/389, let's acknowledge that the current fix is not working for `github_document()` HTML preview ````markdown --- title: "Minimal Example" output: github_document: default html_document: highlight: pygments ---...