Christophe Dervieux
Christophe Dervieux
Yes thanks. We need to conditionally handle this now that Pandoc 2.19 is out. This is on the todo list
Thanks @yihui !
This is really new to me and big news that they install the latest version of Pandoc now ! Thanks for sharing. It will be of interest to others I...
Great thanks. That will help ! Pandoc team does not write changelog on the fly but at once before release I think. I'll ask Albert. We will need to watch...
What are your expectation with figure caption and `github_document()` ? Here is the markdown produced by redering with `github_document()` ````markdown Test figure caption ================ ## Figure ``` r plot(pressure) ```...
> the output in this respect should be the same as with output: html_document We are trying to offer a preview of what the Markdown would looks like if you...
Yes `output_file` is used only for the output of Pandoc conversion really. `run_pandoc = FALSE` is a way to keep the intermediate of conversion, the md after knitting and other...
Ok so only relying in Pandoc for this may not be a good idea at least to cover all versions. This is because Pandoc is buggy - We can see...
Older version of Pandoc requires a specific file it seems https://github.com/jgm/pandoc/issues/5328 It is not needed anymore in Pandoc 2.7 https://pandoc.org/releases.html#pandoc-2.7-2019-03-03 but required before. I am trying to apply the same...
Previous fix seems ok for most versions but it seems like 2.0.0.1 that we test will be buggy anyway because of missing xml files. So for this to work we...