Christophe Dervieux
Christophe Dervieux
This is from https://github.com/rstudio/rmarkdown/issues/2198 and possible using a htmltools option ```r options(htmltools.dir.version = FALSE) ``` Could be worth mentioning here as a recipe.
This should be improved here: https://bookdown.org/yihui/rmarkdown-cookbook/bibliography.html#include-appendix-after-bibliography ````markdown # References ::: {#refs} ::: # (APPENDIX) Appendix {-} # More information This will be Appendix A. # One more thing This will...
From info in this Twitter thread https://twitter.com/kraut0xa/status/1399469271676338181?s=21 This is the kind of information not obvious to find. Maybe there is room somewhere in the table chapter.
This will make the book build more easily and the example is not so popular I believe. We could make it a non executable one.
Hard to know for example how to add bookdown reference to caption in gt. Could be a good example
Example: - "Don't repeat yourself!" - "Customize looks and feel of your publication" - "Configure code execution behavioir" - ... This would be more useful than technical organization (Word, PDF,...
Update the part regarding reusing code chunk with new feature from https://github.com/yihui/knitr/pull/1960 See doc of options and knitr examples.
https://bookdown.org/yihui/rmarkdown-cookbook/html-accessibility.html
`reference-section-title` See https://pandoc.org/MANUAL.html#placement-of-the-bibliography would complement https://bookdown.org/yihui/rmarkdown-cookbook/bibliography.html
Aim: Document a workaround for https://github.com/rstudio/rmarkdown/issues/2070 unless there is a fix