Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Within a standard rmarkdown document, we can create tabsets by using the html syntaxt
{.tabset}after a title. Example:But when we use
output: learnr::tutorial:, the dynamic tabsets are not working any more, they appear as subtitles.Is there a way to make dynamic tabsets working ?