|
- ---
- title: "tab test"
- output: bulma::bulma_document
- ---
-
- ```{r setup, include=FALSE}
- knitr::opts_chunk$set(echo = TRUE)
- ```
-
- # Tab Header {.tabs}
-
- ## R Markdown
-
- This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>.
-
- ## Knit
-
- When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
-
- ```{r cars}
- summary(cars)
- ```
-
- # Not a Tab Header
-
- ## Not a Tabbed Sub Header
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut sapien risus, imperdiet ut laoreet sed, finibus ac nunc. Fusce nisl ligula, auctor at congue in, aliquam non odio. Sed a nisl ex. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean vel commodo libero. Mauris laoreet augue bibendum, feugiat nibh a, dapibus sapien. Mauris id velit pellentesque, fermentum libero vel, suscipit odio. Integer ipsum dui, ullamcorper vitae tempor eget, condimentum et ipsum. Integer nec mattis nunc.
|