-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
robobook
template does not display TOC correctly when toc_depth: 4
#126
Comments
Hi, and sorry for my late answer. You're right, Thanks for taking the time to report the issue, and let me know if the problem is still here. |
Hi, I'm having the same issue here. Is there some way to turn around it? Many thanks |
Hi, the issue should be solved (ie, only the first two toc levels should be shown) in the development version ? |
The two levels is working fine. The package version here is 1.0.3 |
Could you try with the development version ? You can install it with : install.packages(remotes) # if necessary
remotes::install_github("juba/rmdformats") |
The package now is the version 1.0.3.9 The toc depth 3 or 4 is not appearing anymore, only toc until 2. |
Yes, unfortunately that's the intended behavior, robobook only supports two levels of toc depth... |
All right. Many thanks for your work and support. Great job! |
Using
rmdformats::robobook
withtoc_depth: 4
results in a cut off view of the headers of fourth order:The yaml header I'm using:
See this test.Rmd
minimal working example (you have to rename it to
.Rmd
, Github does not allow uploads of.Rmd
files)The text was updated successfully, but these errors were encountered: