MarkDown的使用

1. 标题头语法
一级标题
# This  is an <h1> tag
二级标题
## This is an <h2> tag
...
六级标题
###### This is an <h6> tag
2.斜体语法
_The text will be italic_

The text will be italic

3. 加粗语法
The  **text** will be bold

The text will be bold

4. 排序语法
有序排列
 - 这是1xxx
 - 这是2xxx
 - 这是3xxx
无序排列
 - Item1
 - Item2
 - Item3
或者通过ctrl + u 快捷键(mac:command + u),也可以达到显示列表的作用
— other Item1
— other Item2
  • 这是1xxx
  • 这是2xxx
  • 这是3xxx

  • Item1

  • Item2
  • Item3

  • other Item1

  • other Item2
5. images
![GitHub Logo](https://i-blog.csdnimg.cn/blog_migrate/870226a048854d6f00c512c101086d44.png)

GitHub Logo

6. Link语法
http://github.com - automatic!
[GitHub](http://github.com)

GitHub

7. 代码块语法
> we are strong
> 1
> 2
> 4
> 8

we are strong
1
2
4
8

8 单行代码块
` element here instead `

element here instead

9.语法高亮显示
 ```
 function hello(){
     console.log('hello world');
 }
 ```
 function hello(){
     console.log('hello world');
 }
10. 表格
age  | name  | gender
-----|-----  | -----
14   | sun | female
agenamegender
14sunfemale
11. 删除线
~~this~~

this

12.下划线
<u>hahhaa</u>

hahahha

13. 定义文本颜色语法
<font color="red" size="14">I hello</font>
size大小范围应该是1-7.超过7之后,字体大小没有实质变化

I hello

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值