I want to make a table of contents in my R markdown document which is clickable so that the viewer is redirected to the respective page number of the pdf. How do I make the table of contents clickable?
Asked
Active
Viewed 178 times
0
-
1`toc: true` adds a clickable table of contents – scoa Dec 05 '16 at 15:46
-
Kind of, same solution, different problem though :P – Dominique Paul Dec 05 '16 at 20:43