xaringan 0.18
-
The option
self_contained: true
for the output formatxaringan::moon_reader
supports images written in the syntax![]()
(Markdown),background-image: url()
(background images for slides), and<img src="" />
(HTML) now. Slides generated in the self-contained mode are also much faster to render in web browsers now, especially for slides containing a lot of images (thanks, @srvanderplas #207, @wolass @RLesur @jaredlander #3). -
The two internal functions
xaringan:::protect_math()
andxaringan:::prose_index()
have been removed. They are in the xfun package now, so please usexfun::protect_math()
andxfun::prose_index()
instead. -
The option
anchor_sections
is disabled by default inmoon_reader()
. This option is forrmarkdown::html_document()
to generate anchor links for sections, which is not really useful for xaringan slides.