Christophe Dervieux
Christophe Dervieux
FWIW we'll probably make a switch to use the **fontawesome** package in **rmarkdown** for the coming versions
I don't think that is expected behavior. We should have a look a the watcher function which is supposed to update the preview. Maybe it is catching up on `README.md`...
Can you specify a bit more of context about the use case ? **bookdown** is a R Markdown format to write Books not blog. See https://bookdown.org/yihui/bookdown/ Are you referring to...
I don't think this feature is already in one of the `gitbook()` or `bs4_book()` format. Unfortunately, we won't probably add such feature in the future are those format are hard...
> The underscore in my scripts does not always show up. It appears as though there is a space there, but when the script it run, you can see the...
> In particular, "sticky" implies to me that the hamburger menu for the TOC floats on the screen, or if it disappears, it shows back up the moment I start...
Awesome @ax-jkriese ! Thank you. I'll look at that shortly. Really appreciating the help
Thanks for sharing this. CSS for mobile development is not easy - I don't have a lot of experience. Probably Boostrap contains what is needed for that. I wonder if...
Thanks a lot for sharing this @augustin. I did not notice `--listings` option before as a non expert LaTeX users. However, I know my way around Pandoc. Here is how...
For the context, we get `/home/runner/bin` because we do configure to use `$HOME/bin` and it gets resolved as absolute. The config is still there in the bundle we release. Can...