Blogger Information
Blog 19
fans 0
comment 0
visits 10141
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0701markdown常用语法的使用和演示
搬砖来学php
Original
371 people have browsed it

1.markdown常用语法的使用和演示

  1. 一个#代表一级标题 以此类推, 一个文档应该只有一个大标题
  2. # 一级标题
  3. ## 二级标题
  4. ### 三级标题
  5. #### 四级标题
  6. #####五级标题
  7. ######六级标题

2.代码块

单行代表使用三个```
单行代码引用三个个反引号但代码是没有高亮提示
多行代码引用三个反引号加代码名称
多行代码引用``` 加html

单行代码
```<!DOCTYPE html>

多行代码

  1. <!DOCTYPE html>
  2. <html>
  3. <head> </head>
  4. <body></body>
  5. </html>

3.有序列表和无序列表的使用

  1. 有序列表使用数字后面加一个.空格加内容
  2. 1. 早上
  3. 2. 中午
  4. 3. 晚上
  5. 无序列表引用的是 减号-后面加空格和内容
  6. - 吃饭
  7. - 睡觉
  8. - 玩游戏

4.图片的使用方法

使用一个感叹号加一个中括号加一个 括号
php中文网


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