MarkDown 语法速记¶
基础语法¶
格式
> 引用
```c title="代码块"
#include <stdio.h>
int main() {
return 0;
}```
|左对齐|居中|右对齐|默认|
|:---|:--:|---:| |
|test|test|test|test|
$$
\sum_{n = 0}^{\infty} \frac{x^{n}}{n!} = e^{x}
$$
引用
左对齐 | 居中 | 右对齐 | 默认 |
---|---|---|---|
test | test | test | test |
\[
\sum_{n = 0}^{\infty} \frac{x^{n}}{n!} = e^{x}
\]