【发布时间】:2017-08-28 13:30:53
【问题描述】:
我试图通过 Reveal.js 和 RStudio 中的 Rmarkdown 制作一些幻灯片。我遇到了垂直幻灯片的问题。每当我用“###”设置下一张幻灯片时,下一张幻灯片就会嵌入到最后一张幻灯片中。将下一张幻灯片设置为垂直幻灯片(向下)的正确语法是什么?
---
title: "Slide"
output:
revealjs::revealjs_presentation:
center: true
---
## R Markdown
This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>.
When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.
### Slide with Bullets
- Bullet 1
- Bullet 2
- Bullet 3
【问题讨论】:
标签: rstudio r-markdown reveal.js