Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create dynamic tabset #212

Closed
demarsylvain opened this issue Jan 21, 2019 · 0 comments
Closed

Create dynamic tabset #212

demarsylvain opened this issue Jan 21, 2019 · 0 comments

Comments

@demarsylvain
Copy link

Within a standard rmarkdown document, we can create tabsets by using the html syntaxt {.tabset} after a title. Example:

---
title: "Markdown"
output:
  html_document:
    self_contained: true
---

## Introduction {.tabset}    
### Base R
This is the first tabset
### Tidyverse
This is a second tabset

But when we use output: learnr::tutorial:, the dynamic tabsets are not working any more, they appear as subtitles.

---
title: "Markdown"
output:
  learnr::tutorial:
    self_contained: true
runtime: shiny_prerendered
---

Is there a way to make dynamic tabsets working ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant