I have an R markdown file like the following:
- [Introduction](#Introduction)
- [Section One](#Section One)
- [Section Two](#Section Two)
I then have the names of the sections like so:
Introduction
(R code and text)
Section One
etc
When I knit my file then it creates visible links that underline when I hover over them. However, when I click on them it does not take me to the appropriate section in the Rmarkdown page.
Does anyone know how to do that?