You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The table of contents does not appear for a tutorial until you navigate to the first section that has an exercise. You can see the effect in the demo document below:
---
title: "Demo Tutorial"
output: tutor::tutorial
runtime: shiny_prerendered
---
```{r setup, include=FALSE}
library(tutor)
```
## Welcome
This is the Welcome section
## First task
This is the First Task section
## Second Task
This is the Second Task section
```{r one, exercise = TRUE}
```
It prints like this the first time through:
The text was updated successfully, but these errors were encountered:
The table of contents does not appear for a tutorial until you navigate to the first section that has an exercise. You can see the effect in the demo document below:
It prints like this the first time through:
The text was updated successfully, but these errors were encountered: