标签:地址 下标 str desktop ima code 描述 总结 基本语法
# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题(最小标题)
**加粗内容**
加粗内容
*倾斜内容*
倾斜内容
==高亮内容==
==高亮内容==
上标:2^2^
下标:H~2~o
上标:2^2^
下标:H~2~O
>hello markdown!
>>hello world!
hello markdown!
hello world!
?```python
print('hello forever')
?```
print('hello forever')
`print('hello forever')`
print(‘hello forever‘)
<https://www.cnblogs.com/foreversun92>
https://www.cnblogs.com/foreversun92
[forever的博客](https://www.cnblogs.com/foreversun92)
![](https://img2018.cnblogs.com/blog/1739639/201907/1739639-20190711210454154-593372694.png)
jy.jpg
C:\Users\Administrator\Desktop\jy.jpg
1. one
2. two
3. three
* one
* two
* three
代码如下:
---
name | first | last
:-:|:-|-: :-: 代表居中 :- 代表左对齐 -:代表右对齐
forever sun |forever|sun
dream liu|dream|liu
name | first | last |
---|---|---|
forever sun | forever | sun |
dream liu | dream | liu |
内嵌数学公式$\sum_{i=1}^{10}f(i)\,\,\text{thanks}$
内嵌数学公式\(\sum_{i=1}^{10}f(i)\,\,\text{thanks}\)
$$
\sum_{i=1}^{10}f(i)\,\,\text{thanks}
$$
\[ \sum_{i=1}^{10}f(i)\,\,\text{thanks} \]
标签:地址 下标 str desktop ima code 描述 总结 基本语法
原文地址:https://www.cnblogs.com/foreversun92/p/11172968.html