Blogger Information
Blog 94
fans 0
comment 0
visits 91661
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
【markdown】 语法学习总结
可乐随笔
Original
464 people have browsed it

markdown 语法

关键点总结:
1、可以使用markdownphp声明语法。
2、语法书写要顶头。
3、在VScode中和写博客中,语法有细微不同处。

markdown 最终会转为 ‘html’

1. 标题

       
  1. # 一级标题 注:一级标题,一篇文档,只能有一个一级标题。
  2. ## 二级标题
  3. ### 三级标题
  4. #### 四级标题
  5. ##### 五级标题
  6. ###### 六级标题

2. 分隔符


       
  1. 分隔符,三个"-"减号

3. 段落

       
  1. 加一个空行,即为另起一段

4. 字体样式

加粗
斜体
删除线

5. 引用

这是一个引用内容 “>” 表示引用

这是一个二级引用

6. 列表

无序列表

  • list1
  • list2
  • list3

有序列表

  1. list1
  2. list2
  3. list3

7. 代码

(1)单行:
const num = 1

(2) 多行:

       
  1. constnum1=1;
  2. constnum2=2;
  3. constnum3=3;

8. 表格

序号 姓名 性别 工资
1 张三 123456
2 李四 789521
3 王五 852147

9. 链接

PHP中文网
//m.sbmmt.com

10. 图像

21期前端开发

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 withNews 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!