Hello Team,
I wrote a simple R markdown code using TOC statement in header (please review the code below). I hope the result of html file will show the table of content on the top. But it doesn't. After knit, there is not error message. Could someone can tell me where should I update?
Thanks,
Kai
title: "Untitled"
author: "FirstName LastName"
date: "2/2/2022"
output:
html_document:
TOC: true
knitr::opts_chunk$set(echo = TRUE)
Header 1
Header 2
Header 3