Ghost 是一个相对较新的博客内容管理系统 (CMS),它与 WordPress 和 Drupal 等较旧的成熟 CMS 产品竞争。Ghost 是一个开源项目,以其速度、简单性和易用性而闻名。Markdown 支持是标准的,开箱即用。

下面提到了一些小的兼容性问题,但总的来说,Ghost 具有可靠的 Markdown 支持。实时编辑器相当直观,似乎是博主的不错选择。将 Markdown 格式的文本复制并粘贴到编辑器中,可以按照您期望的方式工作。
Ghost 支持以下 Markdown 元素。
| Element | Support | Notes |
|---|---|---|
| Headings | Yes | |
| Paragraphs | Yes | |
| Line Breaks | Yes | You can use a trailing backslash () instead of trailing whitespace.
\ |
| Bold | Yes | |
| Italic | Yes | |
| Blockquotes | Partial | Nested blockquotes are not supported. |
| Ordered Lists | Partial | Nested lists are not supported. |
| Unordered Lists | Partial | Nested lists are not supported. |
| Code | Yes | |
| Horizontal Rules | Yes | |
| Links | Yes | |
| Images | Yes | |
| Tables | No | |
| Fenced Code Blocks | Yes | |
| Syntax Highlighting | Yes | |
| Footnotes | Yes | |
| Heading IDs | Partial | Automatically generated. There’s no way to set custom heading IDs. |
| Definition Lists | No | |
| Strikethrough | Yes | |
| Task Lists | No | |
| Emoji (copy and paste) | Unknown | |
| Emoji (shortcodes) | Unknown | |
| Highlight | No | |
| Subscript | Yes | |
| Superscript | Yes | |
| Automatic URL Linking | Yes | |
| Disabling Automatic URL Linking | Yes | |
| HTML | Yes |
在 60 页中学习 Markdown。《Markdown 指南》专为新手和专家设计,是一本全面的参考书,包含您入门和掌握 Markdown 语法所需的一切。
获取书籍