Blogger Information
Blog 4
fans 0
comment 0
visits 2207
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
markdown语法
Jw.
Original
343 people have browsed it

markdown语法

1.标题

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

2.列表

2.1无序列表

  • test1
  • test2
  • test3
    • team1
    • team2
    • team3

2.2有序列表

  1. test1
  2. test2
  3. test3
    2.1 team1
    2.1 team2
    3.1 team3

3.代码

1.单行代码$url = 'www.php.cn'
2.多行代码

  1. $url = 'www.php.cn/123.php';
  2. echo $url;exit;

4.表格

商品名 数量 价格 进口
橘子 1 10
香蕉 1 10
葡萄 1 10

5.图片

美女

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