代码:
# 一级标题 ## 二级标题 ### 三级标题 #### 四级标题 ##### 五级标题 ###### 六级标题效果:
代码:
**加粗**效果:
加粗
代码:
*斜体*效果:
斜体
效果:
高亮
代码:
1^1^效果:
11
效果:
C2H5OH
代码:
>hello you效果:
hello you
代码:
>hello you >>hello you效果:
hello you
hello you
代码:
```c print('hell nick')效果:
print('hell nick')代码:
print('hello nick')效果:
print('hello nick')代码:
<https://www.baidu.com>效果:
https://www.baidu.com
代码:
[百度](https://www.baidu.com)效果 :
百度
代码:
效果:
绝对路径:.md文本同目录下图片的名字如
123.jpg相对路径:图片在电脑中的路径地址,如

代码:
 
代码:
1.one 2.two 3.three效果:
one
two
three
效果:
one
two
three
效果:
效果:
nameagesextony20男lucy18女代码:
内嵌数学公式$\sum_{i=1}^{10}f(i)\,\,\text{thanks}$效果:
内嵌数学公式
代码:
$$ \sum_{i=1}^{10}f(i)\,\,\text{thanks} $$效果:
转载于:https://www.cnblogs.com/quyang46/p/11172029.html
