Blogger Information
Blog 3
fans 0
comment 0
visits 1004
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
markdown语法
曹震
Original
356 people have browsed it

markdown语法

1. markdown标题

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

2. 列表

2.1 无序列表

通过’- + ‘+ ‘ ‘ + 文本来创建无序列表
‘ ‘ + ‘- +
‘ + ‘ ‘ + 文本来创建下级无序列表

  • test1
  • test2
  • test3
    • test1.1
    • test2.2

2.2 有序列表

通过’数字’ + ‘ ‘ + 文本来创建有序列表

  1. test1
  2. test2
  3. test3
    3.1 test3.1
    3.2 test3.2

3. 表格

姓名 性别 年龄 成绩
15 60
16 90
15 85

4. 图片、区块、超链接

第20期

描述
php中文网

5. 代码

5.1 单行代码 var num = 5
5.2 多行代码

  1. var num1 = 5
  2. let num2 = 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