Closed chamaoskurumi closed 2 years ago
Using rmdformats::robobook with toc_depth: 4 results in a cut off view of the headers of fourth order:
rmdformats::robobook
toc_depth: 4
The yaml header I'm using:
--- title: "Test" date: "`r Sys.Date()`" output: rmdformats::robobook: highlight: kate self_contained: true toc_depth: 4 ---
See this test.Rmd minimal working example (you have to rename it to .Rmd, Github does not allow uploads of .Rmd files)
.Rmd
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)