As the title - I want to be able to use YAML tags like toc: true and toc_float: true for use in an RNotebook file. Currently I have this:
```
title: "R Notebook" output: html_notebook:
toc:true
Section 1
This is an R Markdown Notebook. W
Section 2
{r}
plot(cars)
```
Which gives me an error of : Error in yaml::yaml.load(string, ...) : Scanner error: while scanning for the next token at line 3, column 1found character that cannot start any token at line 3, column 1
The document loads, but without the toc.