I would like to include a blockquote
in an RMarkdown ioslides
presentation but the RMarkdown syntax for blockquote
doesn't seem to work for ioslides_presentation
output.
This is my code:
---
title: "La recherche reproductible"
date: '2017-08-06'
output:
ioslides_presentation:
css: style_presentation.css
---
## First slide
> Every project you work on, always at least have one collaborator, and that's future you.
Hadley Wickham, chief scientist at RStudio
Here is a screenshot of my output.
Thanks for your help!