bookdown 0.19
BUG FIXES
-
Multiline footnotes are now correctly rendered in HTML output (thanks, @jtbayly, @cderv, #876).
-
Text references do not work for
theorem
environments (thanks, @ssp3nc3r, rstudio/tufte#75). -
When both
rmd_subdir
andrmd_files
are provided in the config file_bookdown.yml
, only the files specified inrmd_files
are now selected in addition to files underrmd_subdir
. In the previous version, all files under the root directory are selected (thanks, @Gnossos #885, @cderv #886). -
When
rmd_subdir
is provided in_bookdown.yml
, the subdirectories were always alphabetically ordered instead of following the order of elements inrmd_subdir
(thanks, @Rothdyt, #736).
MAJOR CHANGES
- Files with a leading
_
in their names are always ignored, even if they are specified inrmd_files
in_bookdown.yml
. Such files under subdirectories are also always ignored (#886).