【发布时间】:2017-11-03 02:25:56
【问题描述】:
我想制作一个缩进列表,但我不希望它有项目符号或数字。我在 RStudio 中使用 Rmarkdown,并编织到 html。
#### bla bla bla
* Example indented line with bullet point
* Another indent with another bullet point
* Yea this is good except for the stupid bullets!
1. Example indented line with numbers
* sure and an indent with a bullet too
2. But there's these stupid numbers now!
two spaces doesn't indent at all
or nest indent with 4
yea still no indent with 2.
four spaces ALSO doesn't indent
just makes some stupid code
why do you hate indents rmd??
【问题讨论】:
-
"你为什么讨厌缩进 rmd?"因为 Markdown 是关于语义,而不是表示。你的缩进是什么意思?根据您想要的语义适当地标记它们,然后使用 CSS 为它们设置样式,如下所示。
标签: r html-lists markdown knitr r-markdown