In my RMarkdown documents, I use tabs to separate sections (using #{.tabset}). It works well. When I run a shiny document however (using rmarkdown::run), these won't work, and the sections appear one after the other on the same page, despite the {.tabset} specification. Is there a way to "tabify" a Shiny document?