How to use the powerful markdown

Markdown is supported on many websites including Jianshu and Wechat.Here are some basic and useful ocdes,now lets take a look at how to use it:


About the tittle:

Title

Title

Title

Title

Title
the code is:
# Title                          
##Title                       
### Title                       
#### Title                    
##### Title

bold and Statistic
Statistic
Bold
Statistic && Bold

the code is :
*Statistic*
**Bold**
***Statistic && Bold***

How to quote:

Hongxin once said:"By using '>',you can quote like this."
how to quoto in another quote:
//remember to have one line in space

I'm quoting inside another quote.

the Code is:
>Hongxin once said:"By using '>',you can quote like this."
>how to quoto in another quote:
>//remember to have one line in space

giving lists:

  • i
  • love
  • you
the code is:
- i
- love 
- you

#include
int main()
{
printf();
}

how to give a line:


The code is:
***

How to give a linking and photos:

lingking:
baidu

the code is:
[baidu](www.baidu.com)

Photo:


How to use the powerful markdown_第1张图片
Visit Baidu
The code is:
![Visit baidu](http://upload-images.jianshu.io/upload_images/5179701-40df8416fb2e134f?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

if you wanna get them combined:

]( https://ss0.baidu.com/6ONWsjip0QIZ8tyhnq/it/u=3549104949,2425667904&fm=58)

The code is:
![](www.baidu.com)](https://ss0.baidu.com/6ONWsjip0QIZ8tyhnq/it/u=3549104949,2425667904&fm=58)

How to start a form:

|dog | bird | cat|fish
-|
like |1 |2 |3
unlike |1 |2
anyway| 3 | 4

The code is:

|dog | bird | cat|fish
-|
like       |1  |2 |3
unlike   |1  |2
anyway| 3 | 4

As you can see,the form jutification is not necessary.


Finally,How to give codes:

Ha,I've given many examples .Now let see the code of "giving codes".

just add ``` at the begining and the end.
(Not the ' ,the right one is located at the leftest and upest of the keyboard.Remember to switch into English keyboard.)


Anyway,Markdown is a very powerful tool with brillian UI.Our infunce will spread with its help.

Ps:想与我交流的话就请评论、关注我吧
  Thumbs up and follow if you wanna get my latest articles.
  大好き?フォロー!

你可能感兴趣的:(How to use the powerful markdown)