Blogger Information
Blog 21
fans 0
comment 0
visits 10967
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
markdown常用语法
Original
538 people have browsed it

markdown 语法

1.标题

  1. #level 1 headline
  2. ##level 2 headline
  3. ###level 3 headline
  4. ####level 4 headline
  5. #####level 5 headline

2. 列表

2.1 无序列表

  • item1
  • item2
  • item3
    • subItem3-1
    • subItem3-2
    • subItem3-3

2.2 有序列表

  1. item1
  2. item2
  3. item3
    1. subItem3-1
    2. subItem3-2
    3. subItem3-3

3. 代码

  1. 单行: const box = document.querySelector('#box")
  2. 多行
  1. namespace core;
  2. class Demo
  3. {
  4. // ...
  5. }

4. 表格

id name email salary
1 朱老师 zhu@qq.com 123456
2 王老师 wang@qq.com 323556
3 刘老师 liug@qq.com 553456

5. 图片

语法: 图片说明

19期前端开发

远程指导
链接:

第 十九 期: https://www.php.cn/course/1384.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