rmarkdown 2.28
-
Add classes
odd,even, andheaderback to table rows for Pandoc >= 3.2.1, so tables can be styled properly (thanks, @therealgenna, #2567). -
beamer_presentationsupport handling latex dependencies via the newextra_dependenciesargument and declarations within chunks (e.g.,knitr::asis_output("", meta = list(rmarkdown::latex_dependency("longtable")))) (thanks, @cderv, @atusy, #2478).