Bitbucketページからライブでブラウザで表示したときに、対応するインデントでレンダリングされたマークダウンネストリストアイテムを表示しようとしています。しかし、 それらの例 ( pdated )を使用しているときでも、それがどのように機能するかわかりません:
* Item 1
* Item 2
* Item 3
* Item 3a
* Item 3b
* Item 3c
アイテム3a-cのインデントを無視します。
私はそれをこのように見せたいです(構文はSEとGithubで完全にうまく機能します):
list in list の例は特に受け入れられません:
1. Step 1
2. Step 2
3. Step 3
* Item 3a
* Item 3b
* Item 3c
ここに a repo があります。
# 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
更新されたレポのスクリーンショットは次のとおりです。
Nested lists, deeper levels: ---- leave here an empty row * 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
ネストされたリスト、より深いレベル:
最初のレベルBアイテム
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