Include table of contents in flexdashboard
问题 I would like to include a table of contents in my flexdashboard document. Exactly like the table of contents we can see in the documentation : http://rmarkdown.rstudio.com/flexdashboard/using.html I have tried to add toc:true as in a classical RMarkdown document but it does not seem to work. --- title: "Reporting" output: flexdashboard::flex_dashboard: orientation: rows vertical_layout: scroll toc: true --- # Page1 Row ----------------------------------------------------------------------- ##