## 引用 无题 > 身无彩凤双飞翼 心有灵犀一点通 - - - ## 分割线 - - - *** --- ___ ## 强调 *python* _python_ **python** __python__ 无序列表 --- *** + python + go * python * go - python - go + python + list + tuple 有序列表 === ___ 1. python 2. go 0. c++ 0. java # 超文本 http://baidu.com - - - <http://baidu.com> - - - [百度](http://baidu.com) - - - [百度](http://baidu.com "百度一下") - - - # 代码高亮 ``` python def add(x,y): return x+y ``` ~~~python def add(x,y): return x,y ~~~ # 显示图片 [](http://baidu.com) # 表格 | th | th | th | ----|----|---- | td | td | td | | td | td | td | --- | th | th | th | |---:|:---:|---:| |1 |2 |3 | |4 |5 |6 |
## 引用无题> 身无彩凤双飞翼心有灵犀一点通- - -
## 分割线- - -***---___
## 强调*python*_python_
**python**__python__
无序列表---***+ python+ go
* python* go
- python- go
+ python+ list + tuple
有序列表===___1. python2. go0. c++0. java
# 超文本http://baidu.com- - -<http://baidu.com>- - -[百度](http://baidu.com)- - -[百度](http://baidu.com "百度一下")- - -
原文:https://www.cnblogs.com/ray-mmss/p/12740722.html