我试图看到我的降价嵌套列表项呈现与相应的缩进时,在浏览器中查看实时从Bitbucket页面。但即使使用他们的例子(更新),我也搞不清楚它是如何工作的:
* Item 1
* Item 2
* Item 3
* Item 3a
* Item 3b
* Item 3c
它忽略了3a-c项的缩进:
我想让它看起来像这样(语法在SE和Github上工作得很好):
他们的列表例子尤其令人难以接受:
1. Step 1
2. Step 2
3. Step 3
* Item 3a
* Item 3b
* Item 3c
这是我专门为这个设置的回购。
可能性
可以将一个无项目符号的列表嵌套到一个编号更高的列表中。
但在无项目符号编号的列表中,自动编号列表将不会启动:不支持。
如果要在一个没有项目符号的列表之后开始一个新的编号列表,可以在它们之间插入一段文本或一个副标题:一个新的编号列表不能在项目符号后面开始:解释器将不会开始编号。
在实践中
狗
德国牧羊犬,只领先一步。
2. 比利时牧羊犬-最多领先4个位置。
Number in front of a line interpreted as a "numbering bullet", so making the indentation.
* ..and ignores the written digit: Places/generates its own, in compliance with the structure.
* So it is OK to use only just "1" ones, to get your numbered list.
* Or whatever integer number, even of more digits: The list numbering will continue by increment ++1.
* However, the first item in the numbered list will be kept, so the first leading will usually be the number "1".
Malinois - 5 spaces makes 3rd level already.
MalinoisB - 5 spaces makes 3rd level already.
Groenendael - 8 spaces makes 3rd level yet too.
Tervuren - 9 spaces for 4th level - Intentionaly started by "55".
TervurenB - numbered by "88", in the source code.
猫
西伯利亚;
a. SiberianA -问题再现:字母(即这里是“a”),解释器不认为这是“编号”。
不管它在源代码中缩进到它的分隔行:这里忽略缩进。
2. 暹罗
a.所以手动写的,作为一种变通方法,误用了项目符号,没有编号的列表。
可能性
可以将一个无项目符号的列表嵌套到一个编号更高的列表中。
但在无项目符号编号的列表中,自动编号列表将不会启动:不支持。
如果要在一个没有项目符号的列表之后开始一个新的编号列表,可以在它们之间插入一段文本或一个副标题:一个新的编号列表不能在项目符号后面开始:解释器将不会开始编号。
在实践中
狗
德国牧羊犬,只领先一步。
2. 比利时牧羊犬-最多领先4个位置。
Number in front of a line interpreted as a "numbering bullet", so making the indentation.
* ..and ignores the written digit: Places/generates its own, in compliance with the structure.
* So it is OK to use only just "1" ones, to get your numbered list.
* Or whatever integer number, even of more digits: The list numbering will continue by increment ++1.
* However, the first item in the numbered list will be kept, so the first leading will usually be the number "1".
Malinois - 5 spaces makes 3rd level already.
MalinoisB - 5 spaces makes 3rd level already.
Groenendael - 8 spaces makes 3rd level yet too.
Tervuren - 9 spaces for 4th level - Intentionaly started by "55".
TervurenB - numbered by "88", in the source code.
猫
西伯利亚;
a. SiberianA -问题再现:字母(即这里是“a”),解释器不认为这是“编号”。
不管它在源代码中缩进到它的分隔行:这里忽略缩进。
2. 暹罗
a.所以手动写的,作为一种变通方法,误用了项目符号,没有编号的列表。