图表与公式演示

Table of Contents

时序图 #

  sequenceDiagram
  participant 用户
  participant Hugo
  participant 主题 as trainsh 主题
  用户->>Hugo: 保存内容
  Hugo->>主题: 模板渲染
  主题-->>用户: 实时刷新

公式 #

行内公式:$\alpha + \beta = \gamma$。

块级公式:

i=1ni=n(n+1)2\sum_{i=1}^{n} i = \frac{n(n+1)}{2}