Blogger Information
Blog 3
fans 0
comment 0
visits 1062
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1013课件作业
刘勇
Original
286 people have browsed it

Markdown 语法

markdown 最终会转化为html

1.标题

  1. # 一级标题(一个文档里面只允许有一个一级大标题{#})
  2. ## 二级标题
  3. ### 三级标题
  4. #### 四级标题
  5. ##### 五级标题
  6. ###### 六级标题

2.分隔符

  1. ---

3.段落

  1. markdown是一种纯文本的标记语言
  2. 加一个空行
  3. 第二段内容

4.字体样式

  1. **加粗**
  2. _斜体_
  3. _**斜体字**_
  4. ~~删除线~~

加粗
斜体
斜体字加粗
删除线

字体样式vscode演示

5.引用

这是一个引用

这是一个二级引用

这是一个三级引用

6.列表

(1)无序列表

  • list1
  • list2
  • list3

(2)有序列表

  1. list1
  2. list2
  3. list3

7.代码

单行代码:const num = 100
多行代码:

  1. class User{
  2. private string $username = 'admin';
  3. }

8.表格

序号 姓名 性别 工资
1 张三 10000
2 李四 20000
3 王五 30000

9.链接

百度

10.图像

php从入门到精通

11.vscode作业

vscode安装和插件的安装

12.chorme

chorme浏览器
chorme安装插件

13.phpenv

phpenv首页

开启host和新增站点

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:写的很好,继续坚持,下次可以直接在“我的课程作业”(https://www.php.cn/member/courses/work.html)中选中指定的作业进行提交
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!