Markdown语法记录

1、标题

# h1

## h2

### h3

#### h4

##### h5

###### h6

2、分级标题

一级标题

==============

二级标题

--------------

3、引用

1、单/多层

> hello world!

2、多层嵌套

> aaa

>> bbb 

>>> ccc

4、文字行内标记

使用 ` 标记文字

例: `hi, I'm fine.`

5、多行标记

使用```标记

例:

```

hello world!

```

6、插入链接

This is an [example link] (http://example.com/).

7、插入图片

参考html的img元素

8、插入视频

例:

<iframe height=498 width=510 src='http://player.youku.com/embed/XMjgzNzM0NTYxNg==' frameborder=0 'allowfullscreen'></iframe>

优酷、爱奇艺平台支持iframe插入视频

9、序表

代码1、(无序)

 

* one
* two
* three

 

代码2、有序

1. one
2. two
3. three
注:序列.后 保持空格

10、表格

|      a       |            b           |         c         |
|:-------:|:------------- | ----------:|
|     居中   | 左对齐                |          右对齐 |
|========|=============|============|



 

 

 

posted on 2018-03-12 20:00  Alex-zs  阅读(141)  评论(0编辑  收藏  举报

导航