Hello world

Test page

Image

图片宽度50%
<img src="/images/hello-world.jpg" alt="图片宽度50%" style="width:50%" />

hello-world.jpg

![hello-world.jpg](/images/hello-world.jpg)

Form

列表1 列表2
1 tesT1
2 tesT2
3 tesT3
| 列表1 | 列表2 |
| :----------- | :---- |
| 1            | tesT1 |
| 2            | tesT2 |
| 3            | tesT3 |

超链接

[超链接](https://ikuriko.github.io/posts/hello_world/)

Footnote

脚注[1]

脚注[^233]

[^233]: 这是一个脚注

Block

这是一个代码块
```
这是一个代码块
```

这是一个高亮代码块

`这是一个高亮代码块`

$$ 这是一个公式块:1+1=2 $$

$$
1+1=2 这是一个公式块
$$

Line

分割线


------

Fonts

居中

<p style="text-align:center;color:;font-size:20px;font-family:">居中</p> 

小红

<p style="text-align:center;color:red;font-size:20px;font-family:">小红</p> 

小蓝

<p style="text-align:center;color:green;font-size:20px;font-family:">小蓝</p> 

小绿

<p style="text-align:center;color:green;font-size:20px;font-family:">小绿</p> 

  1. 这是一个脚注