【发布时间】:2019-02-27 15:35:37
【问题描述】:
如何在 rmarkdown ioslides 中启动“谢谢”幻灯片?
我浏览了default.css (ioslides version 13.5.1),发现有默认的.thank-you-slide 类。
举个例子
---
title: "Untitled"
author: "Mr X"
output: ioslides_presentation
---
## Thank you slide
...this should have the "thank you" theme.
【问题讨论】:
标签: css r-markdown ioslides