Create a slide without a title with the classes .blank-slide .flexbox .vcenter and then create the slide title directly using the h1 tag. Then use css on the .blank-slide tag under the h1 class to make it look like the title-slide title.
---
title: "Untitled"
output: ioslides_presentation
date: "2023-06-10"
css: style.css
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
## R Markdown
This is an R Markdown presentation. Markdown is a simple formatting syntax.
## {.blank-slide .flexbox .vcenter}
<h1>Intro to Syntax</h1>
## Slide with Bullets
- Bullet 1
- Bullet 2
- Bullet 3
## {.blank-slide .flexbox .vcenter}
<h1>More Discussion</h1>
Create a slide without a title with the classes
.blank-slide .flexbox .vcenter
and then create the slide title directly using theh1
tag. Then use css on the.blank-slide
tag under theh1
class to make it look like the title-slide title.style.css