跳转至

图表与数学公式

Mermaid 流程图

flowchart LR
  A[本地 Markdown] --> B[构建静态 HTML]
  B --> C[rsync 上传]
  C --> D[Nginx 静态托管]

时序图

sequenceDiagram
  participant U as User
  participant N as Nginx
  participant F as Static Files
  U->>N: GET /docs/
  N->>F: read index.html
  F-->>N: html/assets
  N-->>U: 200 OK

数学公式

行内公式:\(E=mc^2\)

块公式:

\[ R = \frac{成功请求数}{总请求数} \times 100\% \]