我有一个 CHANGELOG.md,其中包含以下内容:
## 🐛 Bug Fixes
- `commithash` enable main automatic pipeline
- Author: committer
- Date: 01/08/2024 20:15:08
Markdown 在 github 和 Visual Studio Code / 其他工具的预览中渲染良好,结果应该是:
但是在 bitbucket 中你会得到这样的结果:
怎么会呢?我试图让它看起来正确,添加更多这样的空格(总共 4 个空格):
## 🐛 Bug Fixes
- `commithash` enable main automatic pipeline
- Author: committer
- Date: 01/08/2024 20:15:08
它在 bitbucket 中的渲染方式如下(为什么它不能像 github 和 IDE 中那样使用 2 个空格?认为 bitbucket 中的 markdown 有问题):
即使我将 markdown 粘贴到 StackOverflow 中(只有 2 个空格),结果也符合预期:
commithash
启用主自动管道
这似乎只是 Bitbucket 使用的特定 Markdown 实现的细微差别。
来自官方教程
列表可以嵌入列表中。列表项可能由多个段落组成。列表项中的每个后续段落必须缩进 4 个空格或一个制表符
另请参阅 Markdown 语法指南