Christophe Dervieux
Christophe Dervieux
under **pkgdown**, I don't think the vignette format applies. **pkgdown** will use its own rendering and format to render in the website. See https://pkgdown.r-lib.org/reference/build_articles.html > Vignettes are rendered using a...
This happens because **distill** applies a layout for figures (https://rstudio.github.io/distill/figures.html) and `tmap_leaflet()` outputs will be put in two `l-body` divs which is the [default layout](https://rstudio.github.io/distill/figures.html#default-layout) This happens with `tmap_mode("view")` because...
Can you format your issue correctly please ? https://yihui.org/issue/#please-format-your-issue-correctly This will allow us to know exactly the header you use and be sure we can reproduce correctly. Thank you
This does not currently work with **bookdown** feature because the HTML from **distill** as some special attributes on `h*` tags that **bookdown** does not expect. This should be a small...
I look a bit more and in fact this is not supported in **bookdown** because the feature currently expects sections and `html4` and **distill** produces `html5` and don't have sections...
> would that be a pandoc argument or something? Or is it more customized than that? Yes it is pandoc argugment, but I believe distill in HTML5 and **bookdown** does...
Unfortunately, it is not as simple. As I said other adjustments are required for this to work. This is because `--section-divs` will not output the same in HTML4 and HTML5...
Hi, thanks for the report. Sitemap in **distill** should be written if you have a `base_url` setup. Otherwise, it won't. Then: * Sitemap should be written when you render a...
Hi, looking at the codebase of **distill** and comparing with **knitr**, I can confirm that `collapse` chunk option is not supported by **distill** In fact, `distill_article()` will redefine **knitr**'s hooks...
Hi @kamaulindhardt, > Yet, when I want to "Build Website" it does somehow give me this error: The error seems to be the same. Can you check if you have...