BitBucket自述文件降价和无序列表

时间:2017-09-26 14:13:32

标签: git github bitbucket readme

嗯 - 在git README.md我有

## Release Notes

2017-09-25
* Errors reporting to the back-end
* added contact info phone number extension (as optional)

2017-09-22
* Error messages
* Initial full release 

它在github中显示正常,但在BitBucket README.md中没有显示*不能作为无序列表项。

有什么想法吗?

1 个答案:

答案 0 :(得分:2)

尝试在*列表项之前添加空白行。像这样:

2017-09-25

* Errors reporting to the back-end
* added contact info phone number extension (as optional)

Bitbucket的MarkDown查看器不像Gi​​thub的查看器那样先进。