blockquote
RMarkdownプレゼンテーションに a を含めたいのです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
これが私の出力のスクリーンショットです。
ご協力いただきありがとうございます!