bookdown 0.27
-
Fix
fence_theorems()
so thatoutput
is not ignored anymore. With previous version, whenoutput
was different thanNULL
, the result was written toinput
, ignoringoutput
value. From now on, setinput
andoutput
to 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_format
is provided inrender_book()
for files in armd_subdir
folder (thanks, @shivam7898, #1331). -
Fix the issue of the invisible
gitbook
toolbar on iPad (thanks, @mpereira-dev, #60).