Posted on ::

这篇文章由 Apollo 主题作者 Matthias 的文章 Mermaid Example 翻译而来。

该主题支持 mermaid Markdown 图表渲染。

要在文章中使用 Mermaid 图表,请参考原始 Markdown 代码中的示例。
https://raw.githubusercontent.com/not-matthias/apollo/refs/heads/main/content/posts/mermaid.md

渲染示例

  graph LR
A[开始] --> B[初始化]
B --> C[处理中]
C --> D[完成]
D --> E[成功]

    style A fill:#f9f,stroke:#333
    style E fill:#9f9,stroke:#333
Table of Contents