Relative Content

Tag Archive for htmlcssrr-markdown

Add many hidden items to html TOC using rmarkdown

I am trying to build in a list of hyperlinks to an html table of contents using rmarkdown. I don’t want the list to appear in my html document. I found a useful way to hide these ‘headers’ in the document using a little css tidbit. This works well when I manually input information, see below. But when I try to use r to print headers (say a few hundred) they do not appear at all. It really seems like this should work.