Christophe Dervieux

Results 1377 comments of Christophe Dervieux

Waiting for this to be completely fixed, I published a gist with a patched xml file one could use: https://gist.github.com/cderv/079b78caefbe45da6d1c03d737970b55 It can be downloaded then used by adding `pandoc_args` in...

I wanted to try add support for new syntax to define function too ``` r (\(x) x + 1)(2) #> [1] 3 ``` But I still haven't done the KDE...

PR opened in KDE repo: https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/295

PR has been merged - they dealt with the KDE specific compilation. This means that next Pandoc version should have the new file included as they pull from the KDE...

Yes it has picked up the change and also Pandoc (https://github.com/jgm/pandoc/commit/2a70d9c3c5bd129f62fdbac0fc3c06c6aa79cc8d) but not yet in a release. Next one should have it. I have still a PR in skylighting for...

Hi @jdblischak, sorry for the delay. `keep_md` and `clean_supporting` have default value in `output_format()`. If you don't change this value, this will explicitly says to not use the one from...

@jdblischak what are your thoughts on the above ? I believe there is solution for what you are looking but they may require better documentation if it was not obvious...

Hi, I am not quite sure to follow and it would be great to have more discussion. > the [pypi version of pandoc](https://pypi.org/project/pandoc/) (which normal users can install easily in...

I think the answer from #433 is still valid. Pandoc does not support AsciiMath so it is unlikely that we will bring support within **rmarkdown** directly. We recently brought support...

Thanks for posting the link. I answered in the RStudio Community. https://community.rstudio.com/t/r-markdown-website-not-respecting-language-in-site-yml/77769/2 TL;DR: `lang` is not an option for the output format `html_document`. It should be set at the first...