我有一个CHANGELOG.md,内容如下:
## ð Bug Fixes
- `commithash` enable main automatic pipeline
- Author: committer
- Date: 01/08/2024 20:15:08
markdown在github和visual studio代码/其他工具的预览中表现良好,结果应该是:
但在比特桶中,您会得到以下结果:
怎么会?我试着让它看起来正确,添加更多这样的空格(总共4个空格):
## ð Bug Fixes
- `commithash` enable main automatic pipeline
- Author: committer
- Date: 01/08/2024 20:15:08
它在bitbucket中是这样渲染的(为什么它不能像在github和IDE中那样使用2个空格?认为bitbucket的markdown有问题):
即使我在StackOverflow中粘贴标记(只有2个空格),结果也是预期的:
漏洞修补
-
commithash
启用主自动管道
-
作者:提交人
-
日期:2024年8月1日20:15:08