基本语法 |
| |
| |
| |
| |
| |
| |
| |
[link text](https://example.com)
| |

| |
列表 |
- Unordered item
- Another item
| |
1. Ordered item
2. Another item
| |
- Nested list
- Sub-item 1
- Sub-item 2
| |
引用和代码 |
| |
```javascript
const x = 1;
```
| |
```python
def hello():
print("Hello")
```
| |
表格 |
| Col1 | Col2 | Col3 |
|------|------|------|
| Data1 | Data2 | Data3 |
| |
| Left | Center | Right |
|:-----|:------:|------:|
| Left | Center | Right |
| |
水平线 |
| |
| |
数学公式 |
| |
| |
$$\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}$$
| |
$$\frac{-b \pm \sqrt{b^2-4ac}}{2a}$$
| |
$$\begin{pmatrix} a & b \\ c & d \end{pmatrix}$$
| |
GFM 扩展 |
| |
| Header1 | Header2 |
|---------|---------|
| Cell | Cell |
| |
- [ ] Incomplete task
- [x] Completed task
| |
HTML 标签 |
<kbd>Ctrl</kbd> + <kbd>C</kbd>
| |
<mark>highlighted text</mark>
| |
<sub>subscript</sub> and <sup>superscript</sup>
| |
<em>emphasis</em> and <strong>bold</strong>
| |