Blogger Information
Blog 10
fans 0
comment 1
visits 3168
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
markdown语法运用
P粉753609736
Original
261 people have browsed it

markdown语法

markdown ->html

1.标题

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

2.分隔符—-

3.段落

第一段落,对应html 中的<p>

4.字体样式

  1. **txt**加粗
  2. _文字_ 斜体

5.引用

这是一段引用

6.列表

(1)无序列表
-item1
-item2
-item3
(2)有序列表
1.item1
2.item2
3.item3

7.代码块

(1)单行 : const num = 100
(2)多行 :

  1. class user
  2. {
  3. private array $data = [];
  4. }

8.表格

序号 名称 数量 价格
1 加多宝 10 2.5
2 可乐 22 2.0
3 雪碧 10 2.5

9.链接

1.带title,php中文网
2.只有url,http://php.cn

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