BitBucket 自述文件降价和无序列表
BitBucket readme markdown and unordered list
嗯 - 在 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 中显示不正常,其中 *
无法作为无序列表项工作。
有什么想法吗?
尝试在 *
列表项之前添加一个空行。像这样:
2017-09-25
* Errors reporting to the back-end
* added contact info phone number extension (as optional)
Bitbucket 的 MarkDown 查看器不如 Github 的查看器先进。
嗯 - 在 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 中显示不正常,其中 *
无法作为无序列表项工作。
有什么想法吗?
尝试在 *
列表项之前添加一个空行。像这样:
2017-09-25
* Errors reporting to the back-end
* added contact info phone number extension (as optional)
Bitbucket 的 MarkDown 查看器不如 Github 的查看器先进。