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!



Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • PWY(2011)及PDF展示与操作示例
  • Chen et al. (2025) 泡沫政策反事实分析:渐进理论与推断速查手册
  • 不等式
  • 范数(Norm)的作用与常用总结
  • 投影矩阵(Projection Matrix)和残差生成矩阵(Residual Maker Matrix)