Open
Description
Two issue has been opened on this already
TOC in bs4_book()
is not either opt-out or allowing customization. Max level of TOC is h3
Lines 134 to 138 in 7ce6dc6
This is by design so that we get a nice styling to the specific TOC (it is not the same toc float as in rmarkdown::html_document)
Doing more levels would require probably some adjustment on styling, and allowing any number of levels does not seem a good choice as the TOC would be cluttered.
Opening this issue to track interest by vote with 👍 for TOC depth customization in bs4_book
as it can be reconsidered.