markdown语法参考

2020-05-02  本文已影响0人  小明阿婆

Markdown 能被使用来撰写电子书,如:Gitbook。当前许多网站都广泛使用 Markdown 来撰写帮助文档或是用于论坛上发表消息。例如:GitHub、简书、reddit、Diaspora、Stack Exchange、OpenStreetMap 、SourceForge等。

标题

#标题1
##标题2
###标题3
####标题4
#####标题5
######标题6

标题1

标题2

标题3

标题4

标题5
标题6



列表

- 文本1
- 文本2
- 文本3

有序列表

1. 文本1
2. 文本2
3. 文本3
  1. 文本1
  2. 文本2
  3. 文本3



超链接

[简书](http://www.jianshu.com)

简书


图片

1. 直接加入图片链接
![[24111]カーテン越し-65897535.png](https://img.haomeiwen.com/i5958956/e072427831ac6307.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
[24111]カーテン越し-65897535.png
2. 定义添加
[a]:https://img.haomeiwen.com/i5958956/e072427831ac6307.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240
![image][a]
image

引用

> hello world
> hello world
> hello world
> hello world
> hello world

hello world
hello world
hello world
hello world
hello world

粗体与斜体

*hello world*,**hello world**  
***hello world***

hello worldhello world
hello world


删除线

~~hello world~~

hello world


代码引用

`hello world`
`hello world`

\```
hello world
hello world
hello world
\```

hello world
hello world

hello world
hello world
hello world

换行

<br>


表格

| 123 | 123 | 44213 | 321321 |
|-----|-----|-------|--------|
| 2   | 2   | 3     | 3223   |
| 2   | 2   | 3     | 123    |
| 2   | 3   | 3     | 123213 |
| 2   | 3   | 3     | 213    |
123 123 44213 321321
2 2 3 3223
2 2 3 123
2 3 3 123213
2 3 3 213

在线制表网站:https://tableconvert.com/


下划线

---

半括号

「『』」

上一篇 下一篇

猜你喜欢

热点阅读