Christophe Dervieux
Christophe Dervieux
ok. Thanks for sharing!
FYI [Pandoc 2.17](https://pandoc.org/releases.html#pandoc-2.17-2022-01-12) has now added a Global Variable `PANDOC_WRITER_OPTIONS` that contains the writer options, among them `number_offset`. * https://pandoc.org/lua-filters.html#global-variables * https://pandoc.org/lua-filters.html#type-writeroptions > Table of the options that will be...
Cool ! Let me know if this enough - I never used this variable before. Hopefully it will work well for this ! And open room for other feature in...
Just a note that regarding waiting for promises, this new project still [maturing](https://www.tidyverse.org/lifecycle/#maturing) could help in the future https://github.com/r-lib/coro About this feature request, @harryprince what would be the user experience...
@SamDM based on your example, as @yihui said, R will follow simlink when normalizing the PATH. ```sh $ cd /tmp/foo/baz $ Rscript -e 'normalizePath("example.Rmd")' [1] "/tmp/foo/bar/example.Rmd" ``` and we call...
Hi @koolmees can we get the Rmd content you are using ?
A simple example works ok (from **billboarder** readme ) ````markdown --- title: "Untitled" output: html_document --- Some text, now to write and read in a png ```{r, echo = FALSE}...
Thanks for the reproducible example. That is what helps find root cause of issue usually. Here is what I get in Browser Console when trying to view the HTML ...
Thanks for the report and sorry for the delay. This was not easy to investigate but I think I have found the issue. Shiny runtime will modify the way the...
Ok I found know why this happens: * We have a special treatment for filename with special character. We rename it without space and put it in the intermediate directory...