Christophe Dervieux
Christophe Dervieux
Unfortunately know, you found the place where this is built https://github.com/rstudio/bookdown/blob/cedaac98f2d4b54a97865e5b050a38fb8938cc7f/R/bs4_book.R#L416-L427 Currently it will add the file in the path, and not as a query params like your dev azure...
> I also modified the `template_link()` function in order to open the link into a new tab, but I'm not sure that you want a new PR with that too...
Hi @stellarpower ! thanks for reaching out! > I've only started with the basics of Bookdown today, I'm not an R user, and I don't write that many documents. So...
> For now, I think typst probably has first-class support (or will do in time) for most of what I need to do, but if not I'll give it a...
> Below is code-chunk set-up knitr::opts_chunk$set(eval = TRUE, echo = FALSE, warning = FALSE, message = FALSE, fig.align = "center", dev = c("png", "pdf"), dpi = 1200, cache = TRUE)...
This is because `bscols()` does not return an object of class `htmlwidget` so it is not seen as an object to add caption too (like #118 fixed). @yihui How could...
First the issue you mentions is about a Pandoc version. The resolution has been done with a newer Pandoc. Do check your pandoc version (`rmarkdown::pandoc_version()`). Also it relates to **bookdown**...
It is fine to post here if you have issue with **bookdown** too. Note what I said above though: `.unlisted` is not supported by Pandoc DOCX output. This is why...
Hi, thank you for reaching out. > book.bib references at end of HTML page wrongly label an author as _ _ _ where he/she has multiple entries in bib (unless...
Thanks for the feature request. Probably more of a **rmarkdown** feature request than **bookdown**. This is indeed not possible. The column syntax is from Pandoc and does not work for...