Blogger Information
Blog 5
fans 2
comment 0
visits 3243
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Makedown基础语法_9月28日作业01
边边
Original
631 people have browsed it

Makedown基础语法(092801)


一、标题

  1. 文字前添加“#”为一级标题,一级标题唯一。
  2. 文字前添加“##”为二级标题。
  3. 文字前添加“###”为三级标题

二、文本和段落

文本直接敲,但是可以在需要倾斜的文字两端加”*“,需要加粗的文字两端加“**”
设置段落直接在行尾加两个空格或下空一行


三、列表

列表分为有序列表和无序列表
有序列表直接在序号加“.”加空格加内容,如

  1. 列表1
  2. 列表2
  3. 列表3

无序列表用“-”加空格表示,无序列表的下级列表前应空两格

  • 无序父项
    • 无序子项
  • 无序父项
    • 无序子项

四、引用

引用用“>”加空格表示

我是引用1
我是引用2


五、代码块

代码块分为单行代码块和多行代码块
单行代码块用成对的”`“表示,中间放代码

<?php include "header.php" ?>

多行代码块用成对的”```“表示,中间放代码,建议在第一个”```“后geng跟上语言名称

  1. <p>hello world!</p>
  2. <span>你好</span>

六、链接

分为三部分
[网页名称](链接到网页的url)<显示出的url>
可视情况省略,但省略某些内容会造成链接无法点击
百度<www.baidu.com>
百度
百度<www.baidu.com>


七、图片

![图片文字](链接到图片的url)
图片


八、表格

MD格式 MD语法
标题 #,##,….
段落 两格,或下空一行
Correcting teacher:天蓬老师天蓬老师

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