如何正确缩进书本列表中的段落?我想在空白行之后开始一个新段落,如下例所示。此示例在书本之外使用时适用于RMarkdown,但在书本中使用时会崩溃。
第一个排序的列表项
您可以在列表项中适当缩进段落。请注意上面的空白行和前导空格(至少一个,但这里我们将使用三个空格来对齐原始Markdown)。
另一个项目
答案 0 :(得分:4)
如果我将以下代码渲染为pdf,则得到上面列出的输出。注意间距和空白。数字后面有两个空格(完整缩进4)。子弹后面有三个空格。
1. First ordered list item
You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we'll use three here to also align the raw Markdown).
2. Another item
* Unordered sub-list.
3. Actual numbers don't matter, just that it's a number
1. Ordered sub-list
4. And another item.
结果看起来像这样