🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 1. Traditional Markdown [http://daringfireball.net/projects/markdown/syntax](http://daringfireball.net/projects/markdown/syntax) ## 2. Github flavored Markdown [https://help.github.com/articles/github-flavored-markdown](https://help.github.com/articles/github-flavored-markdown) ## 3. Markdown Extra [http://michelf.ca/projects/php-markdown/extra/](http://michelf.ca/projects/php-markdown/extra/) ## 4. 语法 ### 4.1 LINKS [巨硬中国](www.bing.cn) ### 4.2 TABLES | a | b | c | | --- | --- | --- | | 1 | 2 | 3| ### 4.3 LISTS * 44 * 55 * 44 1. gdf 2. ggh5r * jjj * 55 * rrr * zzz 1. 444 2. 555 ### 4.4 源代码 ~~~ php var y ~~~ ~~~ javascript var y ~~~ ### 4.5 BLOCKQUOTES > > - ArrayBuffer > - DataView > >>44 >> >>>555 以下是`看云`支持 >[info]注: 上面示例和图示来源 >[warning]注: 上面示例和图示来源 >[danger]注: 上面示例和图示来源 >[success]注: 上面示例和图示来源 ### 4.6 单独标识 `knakan`、`来来` ### 4.6 HEADERS # h1标题 ## h2标题(自带分隔线) ### h3标题 ###### h6标题 ### 4.7 EMPHASIS **TTT** __ttt__ *TTT* _ttt_ **TTT** KAKA _ttt_ ### 4.8 IMAGES ![text](url) ### 4.9 BACKSLASH ESCAPES \*BACKSLASH ESCAPES\* \\:backslash \`:backtick \*:asterisk \_:underscore \{}:curlybraces \[]:square brackets \():parentheses \#:hash mark \+:plus sign \-:minus sign(hyphen) \.:dot \!:exclamation mark ## x 看云API模板 ~~~[api] get:/url *string:id=默认值#说明文字 name#说明文字 <<< success <<< error ~~~ ## 参考 1. [ Markdown 语法手册 (完整整理版)](https://blog.csdn.net/witnessai1/article/details/52551362) 2. [https://github.com/younghz/Markdown](https://github.com/younghz/Markdown)