Christophe Dervieux
Christophe Dervieux
Hi, I noticed digging through some issues (https://github.com/jgm/pandoc/issues/7830) that setting `` does not work in revealjs. Currently Pandoc sets this attributes and the resulting presentation does not load the embed...
Here https://github.com/ColinFay/crrry/blob/247f44edee49de2c74cb61862a2d0d18a201a446/R/launch.R#L14-L23 `callr` is build on top on top `processx` and have feature that are useful to control R from R Could be too much but could also be useful...
This is a follow up of https://groups.google.com/g/pandoc-discuss/c/gQZrKunCvB4/m/j7177M-3BwAJ which remained unanswered. With recent Pandoc (here 2.18), we have this type of outputs ```` ❯ ./pandoc --to gfm -f markdown --toc -s...
For the context, I am using `meta-json` variable to pass Pandoc metadata to HTML browser so that I can access the values in some JS processing. For this I am...
https://github.com/rstudio/rmarkdown/runs/7743229397?check_suite_focus=true It seems the daily pandoc binary is built on unbuntu 20 now and that cause issue on 18 where GLIBC 2.9 is not available. Or something like that. I...
Today `--self-contained` implies `--standalone`. Now `--embed-resources` will do the self contained mechanism but possibly without doing the standalone part. Equivalent of using custom template today with `--self-contained` and ``` $body$...
Activate graphics for Pandoc also for custom template when `md` source contains only LaTeX figures.
Related to https://github.com/rstudio/bookdown/issues/1350#issuecomment-1163595061 \includegraphics in LaTeX requires the graphics package, which Pandoc only adds after a variable `graphics` https://github.com/jgm/pandoc/blob/e0dea96d6c1e7d6f19040cafd9ffde432de330d8/data/templates/default.latex#L258-L259 I think Pandoc activate the variable if images are detected in...
````markdown --- title: title output: pdf_document --- :::: {.blackbox data-latex=""} ::: {.center data-latex=""} ::: **A title**\newline Some text :::: ```` ```` Error running filter C:\Users\chris\AppData\Local\R\win-library\4.2\rmarkdown\rmarkdown\lua\latex-div.lua: ...\R\win-library\4.2\rmarkdown\rmarkdown\lua\latex-div.lua:52: attempt to index a...
Our HTML template is missing a default `lang` attribute. Pandoc verbosity informs about it: ``` [INFO] No value for 'lang' was specified in the metadata. It is recommended that lang...
````markdown --- title: test output: html_document --- ```{r} m