Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 508 Bytes

writing.md

File metadata and controls

26 lines (20 loc) · 508 Bytes

学术写作 cheatsheet

三线表格

| key          | value                    |  type   |
| :----------- | :----------------------- | :-----: |
| num          | 65535                    | integer |
| post         | {id: 4, content: "text"} | object  |
| article_list | [{id: 1}, {id: 2}]       |  array  |
: 表格名 {#ref:tbl-name}

![figure description](/path/to/figure.jpg){#ref:fig-name}

公式

$$
f(x) = \int_0^t a x^2 + b x + c
$$ {#ref:eq-name}