---
title: My First Presentation
author: Ramnath Vaidyanathan
---
## Markdown Text
Making my first slide deck with Slidify.
1. Write text using Markdown
2. Add properties using YAML
3. Separate slides with `---` preceded by empty newline
---
```r
require(ggplot2)
qplot(wt, mpg, data = mtcars)
```