我试图增加 R Markdown 中项目符号点之间的距离,但没有成功。我尝试enumitem过其他一些改变但没有成功。
这是一个可行的代码:
---
title: "Title"
date: "`r Sys.Date()`"
author: "Author"
output: beamer_presentation
---
## Slide 1
- Bullet point 1
- Bullet point 2
Run Code Online (Sandbox Code Playgroud)
你应该得到这个:
这个想法是增加Bullet point 1和Bullet point 2之间的间距。
有任何想法吗?谢谢!