Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-17 | 409 Bytes | |
rmarkdown 2.28 source code.tar.gz | 2024-08-17 | 2.2 MB | |
rmarkdown 2.28 source code.zip | 2024-08-17 | 2.4 MB | |
Totals: 3 Items | 4.6 MB | 0 |
-
Add classes
odd
,even
, andheader
back to table rows for Pandoc >= 3.2.1, so tables can be styled properly (thanks, @therealgenna, [#2567]). -
beamer_presentation
support handling latex dependencies via the newextra_dependencies
argument and declarations within chunks (e.g.,knitr::asis_output("", meta = list(rmarkdown::latex_dependency("longtable")))
) (thanks, @cderv, @atusy, [#2478]).