Jekyll/Kramdown post 标题中的冒号

Colon in Jekyll/Kramdown post title

我的 Jekyll/Kramdown post 的标题包含冒号

---
layout: post
title: abc : def
---

页面生成失败。根据 this answer,我应该用 : 替换冒号,所以我这样做了。在 Github 的预览中它正确显示为冒号,但在实际 post 中它只显示 :。这里可能有什么解决办法?

找到解决方案。我刚刚写了

title: "abc : def"