logo头像
Snippet 博客主题

Markdown 基本语法

本文于377天之前发表,文中内容可能已经过时。

标题

标题一

标题二

标题三

标题四

1
2
3
4
# 标题一
## 标题二
### 标题三
#### 标题四

引用

大于号 >

1
> ddd

ddd

代码引用

需要引用代码时,如果引用的语句只有一段,不分行,可以用 ` 将语句包起来。
如果引用的语句为多行,可以将

1
2
3
4
5
6
7


# 段落

``` bash

System.out.println("url" + url);

连接

1
[Deployment](https://hexo.io/docs/deployment.html)

Deployment

图片

1
2
3
4
5
![Alt text](http://ow59rnl1a.bkt.clouddn.com/snap_playback_%E6%97%B6%E5%BA%8F%E5%9B%BE.png "Optional title")


# 图片 html 方式
<img src="http://ow59rnl1a.bkt.clouddn.com/Wechat_play.jpeg" width = "300" height = "300" alt="微信" align=center />

Alt text

粗体 斜体

1
*一盏灯*

一盏灯

一盏灯

表格

1
2
3
4
5
| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Alt text

微信

vim /home/wwwroot/www.kylinhuang.cn/lib/config-simple.php

目录

1.一级目录
 1.1二级目录
  1.1.1三级目录

一级目录

二级目录

三级目录

支付宝打赏 微信打赏

打赏