Is it possible to have links in the Table of Contents using R markdown v2?
In LaTeX this would be by loading \package{hyperref}
Is it possible to have links in the Table of Contents using R markdown v2?
In LaTeX this would be by loading \package{hyperref}
The answer to this question is actually mentioned here:
As mentioned this YAML option is not easy to find.
Solution
add the following to the YAML front matter:
header-includes:
- \usepackage{hyperref}