Blogger Information
Blog 36
fans 0
comment 0
visits 27865
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
markdown基本语法
小程_武汉_214945
Original
594 people have browsed it

一、标题

一个#是一级标题,二个#是二级标题,以此类推。

这是一级标题

这是二级标题

这是三级标题

这是四级标题

这是五级标题
这是六级标题

二、字体

加粗

  • 要加粗的文字左右分别用两个*号包起来

斜体

  • 要倾斜的文字左右分别用一个*号包起来

斜体加粗

  • 要倾斜和加粗的文字左右分别用三个*号包起来

删除线

  • 要加删除线的文字左右分别用两个~~号包起来

这是加粗的文字
这是倾斜的文字`
这是斜体加粗的文字
这是加删除线的文字

三、引用

在引用的文字前加>即可。引用也可以嵌套,如加两个>>三个>>>

这是引用的内容

这是引用的内容

这是引用的内容

四、分割线

3个- 或者3个*




五、超链接

百度

六、图片

blockchain

七、列表

无序列表

  • 列表内容
  • 列表内容
  • 列表内容

注意:- + * 跟内容之间都要有一个空格

有序列表

  1. 列一
  2. 列二
  3. 列三

列表嵌套

  1. A
    • A1
    • A2
    • A3

(4个空格)

八、表格

表头 表头 表头
内容 内容 内容
内容 内容 内容

九、代码

代码块

单行代码 一个反引号

create database admin;

多行代码 三个反引号(标识语言)

  1. function fun(){
  2. echo "hello";
  3. }
  4. fun();

十、流程图

(代码块)

flow
st=>start: 开始
op=>operation: My Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op

Created with Raphaël 2.1.2开始My OperationYes or No?Endyesno
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