Christophe Dervieux
Christophe Dervieux
Pandoc has `link_attributes` extension activated by default. https://pandoc.org/MANUAL.html#extension-link_attributes This allows to set height and width using a Markdown syntax. Currently **knitr** use a LaTeX syntax (`hook_plot_tex()` if one of the...
This comes from https://github.com/rstudio/bookdown/issues/866#issuecomment-827028932 Currently this is only supported for HTML https://github.com/yihui/knitr/blob/4dfd383aaea5975dd601b37d9fb44dada327e4b0/R/hooks-md.R#L57
# Context R 3.6 and R 4.0 have change things for S3 methods lookup and the search is not more used. * About the change : https://developer.r-project.org/Blog/public/2019/08/19/s3-method-lookup/index.html * CRAN doc:...
Currently, depending on the option sets, we generate HTML using a div of class figure instead of markdown syntax https://github.com/yihui/knitr/blob/17a64ff10e9f97697178bf79de279aa668def830/R/hooks-md.R#L68-L83 An idea would be to use the **knitr** chunk label...
This is an idea after a question by @colinfay working on **learnr** stuff : how to use purl to get only some chunks based on chunk label without modifying the...
This should close #1349 This PR tries to achieve two things: * Supports `index.Rmd` and `index.rmd` as main file expected in a bookdown project * Still render a book even...
Context: https://community.rstudio.com/t/bookdown-search/131042/12 * Add `ignoreFieldNorm: true` to fuse js
This would be a way to resolve #1202 and not reintroducing the `:` This makes them same style as PDF or HTML output This probably needs more testing but I...
This could resolve #915 It is only a suggestion for modificaiton in `bookdown` only. There are other solution to deal with that more broadly for all the formats: * tweak...
This is now documented https://bookdown.org/yihui/bookdown/markdown-extensions-by-bookdown.html#theorems but this is currently supported only in HTML and PDF output. We need to bring support to other formats too.