Christophe Dervieux
Christophe Dervieux
Regarding `l-body.side`, it was answered in https://github.com/rstudio/distill/issues/263#issuecomment-751810989 I think same answer applies to other `*.side` layout
Yes `.l-body.side` is equivalent to `layout = "l-body side"` but I don't think this give what is still documented in https://distill.pub/guide/ which was working for V1 but not V2. Seems...
Yes this is it. And it seems Distill V2 does not support the inline floating image anymore. That is why the R package **distill** does not have it as we...
Currently there is no YAML option to set the position of the search box. It will be put on the left only, but you can set some menu before using...
I don't think you can currently. A qualified title with the site title before `:` will be generated if the the title of the post is different than the site...
I believe this is intentional and follow the style of the Distill Framework this R package is based on. See https://distill.pub/guide/ You can try customize the CSS if you don't...
You did not share the version you are using, are you using the last version of **distill** ? We fixed already several things regarding encoding, you should be sure to...
Thanks. Would you be able to try the development version ? ```r remotes::install_github("rstudio/distill") ``` That would help us see if this is still an issue. Thanks
Thanks for installing last version. You do not need to reinstall R and RStudio. It seems that after updating you don't have the warning message anymore: ``` 1: In (function...
It seems indeed that this is currently not supported. Reproducible example ````markdown --- title: "Untitled" date: "2021-02-22" output: distill::distill_article: default html_document: default --- Test multiple paragraphs[^longnote] [^longnote]: Here's one with...