a post with diagrams

This theme supports generating various diagrams from a text description using mermaid. Previously, this was done using the jekyll-diagrams plugin. For more information on this matter, see the related issue. To disable the zooming feature, set mermaid.zoomable to false in this post frontmatter.

Mermaid

The diagram below was generated by the following code:

```mermaid
sequenceDiagram
    participant John
    participant Alice
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
```
sequenceDiagram
    participant John
    participant Alice
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!



您喜欢阅读这篇文章吗?

这里有一些您可能喜欢阅读的相关文章:

  • a post with diagrams
  • a distill-style blog post
  • Google Gemini updates: Flash 1.5, Gemma 2 and Project Astra
  • displaying beautiful tables with Bootstrap Tables
  • a post with tabs