Blogger Information
Blog 3
fans 0
comment 0
visits 1381
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
MARKDOWN语法
纵横网络
Original
334 people have browsed it

MARKDOWN语法

1.标题

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

2.分隔符

  1. --- 至少三个

3.段落

  1. 第一段
  2. 加一个空行
  3. 第二段

4.字体样式

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

斜体
加粗
斜体加粗
删除线

5.引用

  1. > 一级引用
  2. >>二级引用
  3. >>>三级引用
  4. >>>四级引用

一级引用

二级引用

三级运用

四级引用

6.列表

(1)无序

  • 序列一
  • 序列二
  • 序列三
  • 序列四
    (2)有序
  1. 序列一
  2. 序列二
  3. 序列三
  4. 序列四

    7.代码

    (1)单行代码: const num = 100
    (2)多行代码:
  1. class User{
  2. private string $username = 'admin';
  3. }
  1. const obj ={
  2. }

8.表格

id name sex age
1 www man 10
2 sss women 11
3 qqq man 9

9.链接

百度

10.图像

图片

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