Blogger Information
Blog 5
fans 0
comment 0
visits 1785
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
MarkDown的常用语法
宁静致远
Original
609 people have browsed it

MarkDown常用语法

1.标题的写法

  1. # 一级标题
  2. ## 二级标题
  3. ### 三级标题
  4. #### 四级标题
  5. ##### 五级标题
  6. ######六级标题

2.段落的写法

  1. 我叫焦伟华,我是一名新手,刚刚学习PHP开发,希望多多关照
  2. 我一定会跟着老师,努力学习,按时完成作业,哪怕学不会照着老师的作业打代码,最起码熟悉下
  3. 呵呵!

3.分隔符的用法

---这里是因为注释了所以没有显示,看下面

4.字体的用法

朱老师,你好!这是加粗字体的写法,内容前后都有”“号
_
朱老师,你好!**_这是斜体字体的写法.

朱老师,你好这是删除线的写法.
这几个字体用法可以互相配合这使用例如:
朱老师,你好!这是带删除线的加粗字体;
朱老师,你好!这是加粗斜体并带删除线的用法!

5.引用

  1. >这是一级引用
  2. >>这是二级引用
  3. >>>这是三级引用

6.列表

  1. 如下:

(1)无序列表
-list1
-list2
-list3
(2)有序列表

  1. list1
  2. list2
  3. list3

    7代码注释

    这是单行注释方式
    1. 你看,这行也同样注释着
    2. ...

    8.表格

    表格就是画图
    |序号|姓名|姓别|年龄|联系电话|
    |——|——-|——|——|——|
    |01 |焦伟华|男|20|1360000000|
    |02 |张三|女|25|13891330000 |
    |03 |李四|男|18|15200000000 |

    9.链接

    城市在线
    要显示链接http://www.networkctc.com

    10.图像

    城市在线
Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:完成的很好,继续加油
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post