标签:pat tar amp html star bbr esc about https
[百度](www.baidu.com) <https://www.baidu.com> ![图片](filePath) **加粗** *斜体* ***粗斜体*** ___粗斜体___ > 加强 # 标题H1 ### 分割线 ---- [========] <s>删除线</s> 上标:X<sub>2</sub> 下标:O<sup>2</sup> <abbr title="Hyper Text Markup Language">注解</abbr> `标签`文本混合 代码 ``` function test() { console.log("Hello world!"); } ``` - 列表一 - 列表二 1. 第一行 可选列表 - [x] GFM task list 1 - [ ] GFM task list 1-1 ---- ### 绘制表格 Tables |项目|价格|数量| |-|-:|:-:| |计算机|$1600|5| |手机|**$12**|12| ---- #### 特殊符号 HTML Entities Codes © & ¨ ™ ¡ £ & < > ¥ € ® ± ¶ § ¦ ¯ « · X² Y³ ¾ ¼ × ÷ » 18ºC " ' #### 反斜杠 Escape \*literal asterisks\* [========] ### 科学公式 $$E=mc^2$$ $$\(\sqrt{3x-1}+(1+x)^2\)$$ $$\sin(\alpha)^{\theta}=\sum_{i=0}^{n}(x^i + \cos(f))$$ ### 流程图 ```flow st=>start: stxxx op=>operation: opxxx op_cond=>condition: op_cond Yes or No? op2=>operation: op2xxx e=>end: 进入后台 st->op->op_cond op_cond(yes)->op2 op_cond(no)->op op2->e ``` ### 时序图 ```seq Andrew->China: Says Hello Note left of Andrew: China thinks\nabout it China-->Andrew: How are you? Andrew->>China: I am good thanks! ``` ### End
使用markdown查看效果图。
标签:pat tar amp html star bbr esc about https
原文地址:https://www.cnblogs.com/wenlin-gk/p/10014286.html