Christophe Dervieux
Christophe Dervieux
Hi @mikabr, do you plan to keep on working on this following the review ? Just trying to know the status of this PR. thanks!
@mikabr Thanks for getting back to me! Sure that would be possible. Really no issue to take your time on this, I just wanted to know if it still was...
Using this unfortunately does not help ````yaml cover-image: cover.jpg resource_files: - cover.jpg ```` **bookdown** may not be using `rmarkdown::find_external_resources()`
I think this is indeed not supported by remark.js (https://github.com/gnab/remark/issues/531) and we have encounter this already I think (but I can't find the related issue). You would need to either...
This is also what is done in `bs4_book()` with some special css https://github.com/rstudio/bookdown/blob/f7d062298ef1a209e18cf422f2327780d647f3d3/inst/resources/bs4_book/bs4_book.css#L458-L489 Example: * https://mastering-shiny.org/basic-app.html#create-app * https://github.com/hadley/mastering-shiny/blob/ac79538a51032df97c19d61222efecacaeb5f8eb/basic-app.Rmd#L60-L66 but not sure it will render in PDF for now. It will...
> I'm not sure if this feature should belong to bookdown or not. You think it could belong to its own package ? Initially I posted here because it seems...
> There is too much that can be customized, and I'm not sure how we can satisfy the potential demand for customization. I completely understand this. However I find that...
cc @apreshill this is the issue I mentioned during the meeting
Hi @tchevri, I think you found an issue. We use a Lua filter to power this feature, and I think we only expect a paragraph inside such env. Adding a...
Hi @sasank89 ! Just a friendly ping. Are you planning to keep working on this branch to add the AAAS template ? Just in order to know what are the...