我想blockquote在RMarkdown ioslides演示文稿中加入,但RMarkdown语法blockquote似乎不适用于ioslides_presentation输出。
这是我的代码:
---
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
Run Code Online (Sandbox Code Playgroud)
这是我的输出的屏幕截图。 
谢谢你的帮助!