Skip to content

bookdown 0.24

Compare
Choose a tag to compare
@yihui yihui released this 03 Sep 05:42
· 158 commits to main since this release

MAJOR CHANGES

  • The default search engine for gitbook has been changed from lunr to fuse. If you want to switch back to lunr, 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 the template argument like gitbook() (thanks, @shinneuro, #1247).

BUG FIXES

  • extra_dependencies in gitbook() 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 or search: false for gitbook throws a misleading error (thanks, @GegznaV, #1238).