【问题标题】:BitBucket readme markdown and unordered listBitBucket 自述文件降价和无序列表
【发布时间】:2017-09-26 22:22:50
【问题描述】:

嗯 - 在 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 中显示不正常。

有什么想法吗?

【问题讨论】:

  • 在日期和列表的第一项之间添加换行符
  • @gogaz 完成了这项工作。谢谢!您可以发布作为答案
  • @JackTheKnife - 列表之前的空评论也对我有用 - <!-- -->
  • 太晚了,已经回答了:)

标签: git github bitbucket readme


【解决方案1】:

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

2017-09-25

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

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

【讨论】:

    猜你喜欢
    • 2015-01-24
    • 2018-02-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-02-16
    • 1970-01-01
    • 1970-01-01
    • 2020-04-26
    相关资源
    最近更新 更多