# GFM **Repository Path**: i0Ek3/GFM ## Basic Information - **Project Name**: GFM - **Description**: GFM markdown - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-12 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Let your *README.md* beautiful more! ## 1.Title Big Title === Middle Title --- # Level 1 title ## Level 2 title ### Level 3 title #### Level 4 title ##### Level 5 title ###### Level 6 title ## 2.Wrap like this
there is a wrap ## 3-1.Single Show Hello erveryone,my name is ian.Thats is this? ## 3-2.Mulity Show hello hello hello ## 4.Part Hightlight `like this` `like this` `like this` ## 5.Herf [My Github](https://github.com/i0Ek3)
[My Github with hover](https://github.com/i0Ek3 "悬停显示")
## 6-1.Order List * can show you this * like this * pay attention there is space after '*' ## 6-2.Disorder List * please add tab on other lines * like this * like this ## 7.Indent >like this >>like this >>>like this >>>>like this >>>>>like this ## 8.Insert Picture ![](https://avatars1.githubusercontent.com/u/9475646?s=96&v=4) ## 9.Insert Code ```C++ #include //C++ vector svec; ``` ```Java puclic static void main(String[] args) //Java ``` ## 10.Text Format *This is italic1*
_This is italic2_
**This is bold1**
**This is bold2**
~~This is delete line~~
~~Like this~~
***This is bold italic1***
___This is bold italic2___
***~~~This is bold italic delete line1~~~***
~~~***This is bold italic delete line2***~~~
## 11.Back To Top [回到顶部](#readme) ## 12.Table | # | Title | Link | Details | |---| ----- | ---- | ------- | |---| ----- | ---- | ------- | |---| ----- | ---- | ------- | ## 13.List Waitting....