Blogger Information
Blog 17
fans 0
comment 0
visits 6098
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
020112 markdown 语法
生活需要加油
Original
331 people have browsed it

markdown 语法

markdown -> html

1. 标题

# 一级标题,<h1>## 二级标题,<h2>### 三级标题,<h3>#### 四级标题##### 五级标题###### 六级标题

2 分隔符: ---,至少三个-

3. 段落

这是一个段落,对应 html 中的<p>

这是第二段落

4. 字体样式

**Text**_hello__内容_

5. 引用

这是一段引用

6. 列表

(1) 无序列表

  • item1

  • item2

  • item3

(2) 有序列表

  1. item1

  2. item2

  3. item3

7. 代码块

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

class User{    private array $data = [];}

8. 表格

序号姓名性别工资
1杨过12345
2杨康34567
3王重阳56789

9. 链接

  1. 带 title, php 中文网

  2. 只有 url, https://php.cn

10. 图片

第二十二期_前端开发

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!