Blogger Information
Blog 26
fans 0
comment 1
visits 10480
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
2. 演示markdown常用语法
P粉751989631
Original
349 people have browsed it

markdown 语法

markdown 最终会转为’html’

1. 标题

  1. # 一级标题
  2. ##二级标题
  3. ###三级标题
  4. ####四级标题
  5. #####五级标题
  6. ######六级标题
  7. #######七级标题
  8. ## 2.分隔符
  9. ```markdown
  10. ---
  11. ## 3. 段落
  12. ```markdown
  13. maekdown是一种纯文本的标记语言
  14. 加一个空行
  15. 第二段内容

4. 字体样式

  1. **加粗**
  2. _斜体_
  3. _**加粗斜体**_

内容
删除线

5.引用

这是一个引用内容

二级引用

6.列表

(1)无序

  1. list1
  2. list2
  3. list3

7. 代码

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

  1. class User
  2. {
  3. | | private string $username ='admin';
  4. }
  1. const obj ={
  2. | x: 1,
  3. | y: 2,
  4. }

8. 表格

序号 姓名 性别 工资
1 王生 2300
2 沈可 9000
3 陈南 50000

竖线要在半角状态下写

9. 链接

百度

https://www.baidu.com

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