如何在 bitbucket markdown 中正确初始化项目符号列表
How do I properly initialize bulleted list in bitbucket markdown
我在 README.md 中有一些降价,如下所示:
# Tool
## General Info
This is a python tool that provides an interface to Kirby flash memories.
Tool functionality includes:
* Item 1
* Item 2
* Item 3
* Item 3a
* Item 3b
* Item 3c
但我的 Bitbucket 存储库中的结果如下所示:
我做错了什么?
在 Tool functionality includes:
之后添加空行,使其成为
# Tool
## General Info
This is a python tool that provides an interface to Kirby flash memories.
Tool functionality includes:
* Item 1
* Item 2
* Item 3
* Item 3a
* Item 3b
* Item 3c
我在 README.md 中有一些降价,如下所示:
# Tool
## General Info
This is a python tool that provides an interface to Kirby flash memories.
Tool functionality includes:
* Item 1
* Item 2
* Item 3
* Item 3a
* Item 3b
* Item 3c
但我的 Bitbucket 存储库中的结果如下所示:
我做错了什么?
在 Tool functionality includes:
之后添加空行,使其成为
# Tool
## General Info
This is a python tool that provides an interface to Kirby flash memories.
Tool functionality includes:
* Item 1
* Item 2
* Item 3
* Item 3a
* Item 3b
* Item 3c