2

好吧 - 在 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 中显示*不正常,因为它不能作为无序列表项工作。

有什么想法吗?

4

1 回答 1

10

*尝试在列表项之前添加一个空行。像这样的东西:

2017-09-25

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

Bitbucket 的 MarkDown 查看器不如 Github 的查看器先进。

于 2017-09-26T14:22:50.373 回答