Releases: rstudio/bookdown
bookdown 0.36
-
Fix an issue with parsing resources from raw HTML code (thanks, @lennylin, https://community.rstudio.com/t/bookdown-image-with-a-weblink/172542)
-
R 4.3.x would error if multiple files are passed to
render_book()without anoutput_formatspecified (thanks, @slodge-work, #1442).
bookdown 0.35
- Search configuration in
bs4_book()will now return more results as Field-Length Norm is now ignored. This means the length of the search fields do not matter anymore in the scoring. Previous configuration was ignoring some search results being considered with a too low score (thanks, @jtbayly, #1431).
bookdown 0.34
-
Fix an issue with CSL using hanging indent style in
gitbook()(thanks, @pablobernabeu, #1422). -
Fix cross referencing of figures and tables in
epub_book()format by correctly adding an anchor id at the caption level (thanks, @muschellij2, #766, @tstratopoulos, @jasonmosborne, #1399, @N0rbert, rstudio/bookdown-demo#42). -
Adapt an
epub_book()internal command-line argument passed to Pandoc for changes from version 3.0 and above (#1425). -
Fix an issue with Pandoc 2.19 not rendering math by default in
epub3format (#1417).
bookdown 0.33
bookdown 0.32
bookdown 0.31
- This package requires R >= 3.5.0 now.
bookdown 0.30
-
Support specific markdown content like list or code chunk inside Theorem and Proof special environments (#1371).
-
Fix regression about special usage of bookdown project not using
index.Rmdas main file. It is recommended to useindex.Rmdin all projects, but workflow has been improved for other cases (thanks, @otoomet, #1349).
bookdown 0.29
bookdown 0.28
bookdown 0.27
-
Fix
fence_theorems()so thatoutputis not ignored anymore. With previous version, whenoutputwas different thanNULL, the result was written toinput, ignoringoutputvalue. From now on, setinputandoutputto the same file if you want to overwrite (thanks, @Scinawa, #1342). -
Tweak
bs4_book()default CSS for better support of python chunk highlighting (thanks, @briandk, #1333). -
Fix an issue with guessing output format when no
output_formatis provided inrender_book()for files in armd_subdirfolder (thanks, @shivam7898, #1331). -
Fix the issue of the invisible
gitbooktoolbar on iPad (thanks, @mpereira-dev, #60).