我试图看到我的降价嵌套列表项呈现与相应的缩进时,在浏览器中查看实时从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

这是我专门为这个设置的回购。


当前回答

使用4个空格。

# Unordered list

* Item 1
* Item 2
* Item 3
    * Item 3a
    * Item 3b
    * Item 3c

# Ordered list

1. Step 1
2. Step 2
3. Step 3
    1. Step 3.1
    2. Step 3.2
    3. Step 3.3

# List in list

1. Step 1
2. Step 2
3. Step 3
    * Item 3a
    * Item 3b
    * Item 3c

以下是更新后的回购的截图:

谢谢@Waylan,你的评论完全正确。

其他回答

使用4个空格。

# Unordered list

* Item 1
* Item 2
* Item 3
    * Item 3a
    * Item 3b
    * Item 3c

# Ordered list

1. Step 1
2. Step 2
3. Step 3
    1. Step 3.1
    2. Step 3.2
    3. Step 3.3

# List in list

1. Step 1
2. Step 2
3. Step 3
    * Item 3a
    * Item 3b
    * Item 3c

以下是更新后的回购的截图:

谢谢@Waylan,你的评论完全正确。

这在Bitbucket Cloud中很管用。

进入:

* item a
* item b
** item b1
** item b2
* item3

我得到了这个:

即使在定义列表中也可以使用空格:

Endpoint
: `/listAgencies`

Method
: `GET`

Arguments
:   * `level` - bla-bla.
    * `withDisabled` - should we include disabled `AGENT`s.
    * `userId` - bla-bla.

我正在使用BitBucket Wiki和Markdown专有扩展来记录API,定义列表是最令人愉快的(MD的表语法很糟糕,成像多行和嵌入需求…)

可能性

可以将一个无项目符号的列表嵌套到一个编号更高的列表中。 但在无项目符号编号的列表中,自动编号列表将不会启动:不支持。 如果要在一个没有项目符号的列表之后开始一个新的编号列表,可以在它们之间插入一段文本或一个副标题:一个新的编号列表不能在项目符号后面开始:解释器将不会开始编号。

在实践中

狗 德国牧羊犬,只领先一步。 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.所以手动写的,作为一种变通方法,误用了项目符号,没有编号的列表。

即使是一个单独的空间也可以

...只要打开这个答案编辑就可以看到它。

嵌套列表,更深层次: ----在这里留下一个空行 *第一级A项目-前面没有空格的子弹字符 *二级Aa物品- 1格足够 *三级Aaa物品- 5个空格最少 *第二级Ab项目- 4个空格也可能 *第一个B级道具

嵌套列表,更深层次:

first level A item - no space in front the bullet character second level Aa item - 1 space is enough third level Aaa item - 5 spaces min second level Ab item - 4 spaces possible too first level B item Nested lists, deeper levels: ...Skip a line and indent eight spaces. (as said in the editor-help, just on this page) * first level A item - no space in front the bullet character * second level Aa item - 1 space is enough * third level Aaa item - 5 spaces min * second level Ab item - 4 spaces possible too * first level B item