Christophe Dervieux
Christophe Dervieux
Using ```yaml resource_files: - .nojekyll ``` and `file.create(".nojekyll")` does not help. For now, workaround is to set ````r file.create(bookdown:::output_path(".nojekyll")) ```` in a setup chunk. So we could also offer a...
Thanks ! I just need to check for the pdf book if we can provide link this way or if it must be with a replacement text. I'll merge after...
> Either way is fine to me. I'm okay with bare links as long as they don't cause text overflow problems (sometimes a URL can't be broken properly). I'll check...
I think this highlighting feature from remark is tricky. Let me explain : In remarkjs this feature is made to highlight some code block in mardkown. When using `.md` as...
Oh yeah this is a better name :) It is not as easy as I thought to cover all cases (like `collapse = TRUE`) but I got a working branch...
Just some thoughts about letting user choose how to do parallel. 💠* The `future` package is really helpful for that. It allows a clean separation between what is parallelized...
Thanks I'll add it in the review todo 😅 I should go back to **rticles** next week I believe.
Hi @Robinlovelace, Friendly ping as I am going through PR for next version. Is this something you are still planning to spend a bit of time off ? No hurry....
Hi @Robinlovelace , Just to inform you that I took the time to merge master in this PR and fix the conflicts so that you can start on a better...
Thanks for the report. I believe we don't expect html tags in the header like `` to italicize as usually styles are set using CSS for headers. We modify the...