【发布时间】:2013-11-26 14:22:59
【问题描述】:
我在 Bitbucket 上为我的 README.md 使用 Markdown,并在代码块后实现我的有序列表重新启动到 1。这是我的文字示例:
1. Download VirtualBox
2. Download Vagrant
3. Clone the repository
> git clone URL
4. Go to repository folder
> cd /my_repo
5. Setup your dev environment
数字 4 和 5 在我的 README 中都是 1.,这不是我想要的。也许我应该使用 `` 代替?结果不会是相同的样式,但如果我的列表保留编号至少会更好。
有什么解决办法吗?
【问题讨论】: