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:

  • Causal-Sklearn - 基于CausalEngine™核心的因果回归和分类
  • AI 的哥白尼时刻:我们关于线性因果律的大胆宣言
  • Cauchy Distribution: A Statistical Gem Not to Be Overlooked
  • 基于个体随机变量假设的分布回归方法
  • Qwen 3: Alibaba Cloud's Latest LLM Breakthrough (and a Workflow Test)