如何標記 Bitbucket 中的嵌套列表項? - How to markdown nested list items in Bitbucket?

問題:

I'm trying to see my markdown nested list items rendered with corresponding indentation when viewed in a browser live from the Bitbucket pages.當在瀏覽器中從 Bitbucket 頁面實時查看時,我試圖查看我的降價嵌套列表項以相應的縮進呈現。 But I can't figure out how it works even when using their examples ( updated ):但即使使用他們的示例更新),我也無法弄清楚它是如何工作的:

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

It ignores indentation for items 3a-c:它忽略項目 3a-c 的縮進:

bitbucket 渲染列表

I want it to look like this (syntax works perfectly fine on SE and Github):我希望它看起來像這樣(語法在 SE 和 Github 上工作得很好):

SE呈現列表

Their list in list example is particularly unacceptable:他們在列表示例中的列表尤其不可接受:

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

在 bb 上的列表中列出

Here's a repo I set up just for this.這是我爲此設置的一個倉庫


解決方案:

參考一: https://stackoom.com/question/2XfDA
參考二: How to markdown nested list items in Bitbucket?
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章