https://cdn.jsdelivr.net/gh/tailwoodencat/CDN@main/uPic/2021/01/14/avatar-DoGrri.png

map mermaid

documentation mermaid 是一个可以帮助你在文章中生成图表和流程图的库, 类似 Markdown 的语法. tips: must open math: true base 1 2 3 4 5 6 7 {{< mermaid >}} graph LR; A[Hard edge] -->|Link text| B(Round edge) B --> C{Decision} C -->|One| D[Result one] C -->|Two| E[Result two] {{< /mermaid >}}

map flow

flow-demo 1 2 3 4 5 6 7 8 9 10 11 st=>start: Start:>http://www.google.com[blank] e=>end:>http://www.google.com op1=>operation: My Operation sub1=>subroutine: My Subroutine cond=>condition: Yes or No?:>http://www.google.com io=>inputoutput: catch something... st->op1->cond cond(yes)->io->e cond(no)->sub1(right)->op1 flowchart will not show, by markdown render 1 2 3 4 5 6 7 8 9 10 11 st=>start: Start:>http://www.google.com[blank] e=>end:>http://www.google.com op1=>operation: My Operation sub1=>subroutine: My Subroutine cond=>condition: Yes or No?:>http://www.google.com io=>inputoutput: catch something.

Markdown Latex

上标和下标 1 2 $$A_{222} $$ $$A^{333} $$ 展现为 $$ A_{222} $$ $$ A^{333} $$ 分数表达 1 $$\frac{x^{2}y^{2}}{x+y} $$ 展示为 $$ \frac{x^{2}y^{2}}{x+y} $$ 三角函数 1 $$\cos2\theta=cos^2\theta-\sin^2\theta\\=2\cos^2\theta-1$$ 展示为 $$ \cos2\theta = cos^2\theta - \sin^2 \theta \ = 2\cos^2\theta -1 $$ 角标和开方 1 $$c =\sqrt{a^{2}+b_{xy}^{2} +e^{x}} $$ 展示为 $$ c =