bookdown 0.24
MAJOR CHANGES
-
The default search engine for
gitbook
has been changed fromlunr
tofuse
. If you want to switch back tolunr
, you may set:output: bookdown::gitbook: config: search: engine: lunr
MINOR CHANGES
-
Reverted the fix for #1223 since it only affects a specific version of Pandoc (2.14.1). If this issue affects you, please see #1223 for workarounds.
-
bs4_book()
now has thetemplate
argument likegitbook()
(thanks, @shinneuro, #1247).
BUG FIXES
-
extra_dependencies
ingitbook()
will now be appended after Gitbook's dependencies so that it does not get overridden (thanks, @ThierryO, @linogaliana, #1101, #1248). -
Fix an issue with Fenced Divs for Theorem & Proof environments in the Lua filter (thanks, @tchevri, #1233).
-
gitbook(self_contained = TRUE)
was slow when the output contains base64-encoded images (thanks, @king2bob, #1236). -
The search config
search: true
orsearch: false
forgitbook
throws a misleading error (thanks, @GegznaV, #1238).