Skip to content

Fistice/fistice.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Markdown

# Markdown

SubTitle

## SubTitle

---

斜体
斜体
粗体
粗体
删除线
All

_斜体_  
*斜体*  
__粗体__  
**粗体**  
~~删除线~~  
***~~All~~***  

***
  • 点1
  • 点2
    • 点21
    • 点22
      • 点221
    • 点23
  • 点3
* 点1
+ 点2
  + 点21
  - 点22
    - 点221
  + 点23
* 点3

数字

  1. 绝不意气用事
  2. 绝不...
  3. 。。。
### 数字
1. 绝不意气用事
2. 绝不...
3. 。。。

___

区块

区块1

区块2

区块2

懵逼1

懵逼2

懵逼3

懵逼4

懵逼5

### 区块
> #### 区块1
> > ##### 区块2  
> > 区块2  
>
> 懵逼1

懵逼2
> > 懵逼3

> 懵逼4

懵逼5

句内函数NSLog()是用来打印输出的

句内函数`NSLog()`是用来打印输出的

这是一个链接
这也是一个链接https://www.baidu.com
或者变量
https://www.baidu.com

这是一个[链接](https://www.baidu.com)  
这也是一个链接<https://www.baidu.com>  
或者[变量][1]  
https://www.baidu.com
[1]: https://www.baidu.com

表格

col1 col2 col3
a b c
左对齐 右对齐 居 中
### 表格
| col1 | col2 | col3 |
| :- | -: | :-: |
| a  | b  | c |
| 左对齐 | 右对齐 | 居  中 |

style1
style2
style3
|| style5 || style6 ||
2 style6

<kbd>[style1](https://www.baidu.com)</kbd>  
<b> style2 </b>  
<i> style3 </i>  
||<sup> style5 </sup>
||<sub> style6 </sub>
||<br>2 style6

About

just a test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published