-
Fix navbar issue with website when using Boostrap 5 with bslib (thanks, @guasi, #2379, @cpsievert, #2384).
-
The
tufte_handout()
function inside rmarkdown is defunct now. Its codebase was moved to the tufte package in 2016, and this function was marked as deprecated in 2021. Please usetufte::tufte_handout()
instead ofrmarkdown::tufte_handout()
. The latter will be removed eventually from this package. -
github_document()
gainsmath_method = "default"
and defaults to it. No special processing will be done to inline maths in$
and block maths in$$
as now Github supports it and will render using Mathjax (thanks, @kylebutts, #2361).