测试中文 Chinese。
H1
H2
H3
H4
H5
H6
粗体 Bold
斜体 Italic
- a
- b
- c
eiπ+1=0
ans=114514=1919810
ωn±1=cos(n2π)±sin(n2π)i(2,8)
F(x)=Fl(x2)+xFr(x2)(3)
F(ωnk)F(ωnn/2+k)=Fl(ωn/2k)+ωnkFr(ωn/2k)=Fl(ωn/2k)−ωnkFr(ωn/2k)(4,5)
Yj=F(ωnj)=k=0∑n−1(ωnj)k×F[k](6)
F[i]=n1j=0∑n−1(ωn−i)j×Yj(7)
1 2 3 4 5 6 7
| #include <iostream>
int main() { printf("Hello World"); return 0; }
|
code
sout
洛谷
点击查看神秘数字
114514
[!NOTE]
Useful information that users should know, even when skimming content.
[!TIP]
Helpful advice for doing things better or more easily.
[!IMPORTANT]
Key information users need to know to achieve their goal.
[!WARNING]
Urgent info that needs immediate user attention to avoid problems.
[!CAUTION]
Advises about risks or negative outcomes of certain actions.
There is a comment below.
There is a comment above.
Here is a simple flow chart:
1 2 3 4 5
| graph TD; A-->B; A-->C; B-->D; C-->D;
|