xaringan 0.24
-
Added classes to elements on the title slide (thanks, @ccamara, #340). Now the
title
will be placed inside<div class="title"><h1></h1></div>
(previously it was only put inside<h1></h1>
), and thesubtitle
will be placed inside a<div>
with classsubtitle
. Similarly,author
,institute
, anddate
will have classes of their names, respectively. This will make it easier to style these elements individually. For example, the CSS selector.title-slide .author
can be used to select and style the author(s). -
When running
xaringan::inf_mr()
, the Rmd file will be recompiled when any Rmd file under the same directory is updated. This allows for rebuilding the slides when child documents are used and updated. Previously, the Rmd file would be recompiled only if itself is updated (thanks, @jvolkening, #349). -
Resolved some major shortcut-key conflicts between xaringan and the popular screen reader JAWS for Windows in its virtual cursor environment.
- In JAWS 16.0.2136 or later, users must keep turning on a setting called "Allow Web Application Reserved Keystrokes," which is enabled by default.
- The shortcut keys available on the slide help page (press
h
on any slide to obtain them) are supported.
-
Correctly print output from
sql
chunks as tables (thanks, @thohan88 @gadenbuie @cderv, #307).