BlogText

一篇博客测试也是markdown语法记录

# title 1

title 1

## title 2

title 2

### title 3

title 3

#### title 4

title 4

1
2
other title1
==

other title1

1
2
other title2
--

other title2

1
2
3
4
5
6
> 1. I love my university
> 2. I like UESTC

>frist
>>secont
>>> third
  1. I love my university
  2. I like UESTC

frist

secont

third

1
2
3
+ dede
+ dedef
+ dewfwfwe
  • dede
  • dedef
  • dewfwfwe
1
2
3
- list
- list
- list
  • list
  • list
  • list
1
2
3
1. list1
2. list2
3. list3
  1. list1
  2. list2
  3. list3

**粗体(blod)**

粗体(blod)

*斜体*

1
2
3
4
5
6
#include <stdio.h>
int main()
{
printf("hello world");
return 0;
}

斜体

1
2
3
4
5
6
7
//code
#include <stdio.h>
int main()
{
printf("hello world");
return 0;
}
1
[AgNO3'Blog](http://hhhxiao.github.io")

AgNO3’Blog

![](https://ss1.baidu.com/9vo3dSag_xI4khGko9WTAnF6hhy/image/h%3D300/sign=f4d8ab6c02f41bd5c553eef461db81a0/f9198618367adab4c32b570487d4b31c8601e4fa.jpg)

数学公式$sqrt(a-b^2)$

数学公式$sqrt(a-b^2)$

1
2
3
$$
\int_a^b f(x)dx
$$

$$
\int_a^b f(x)dx
$$

****(分割线)


1
2
3
4
name | age|
---- | ---|
LearnShare | 12
Mike | 32
name age
LearnShare 12
Mike 32
1
2
3
4
| left | center | right |
| :--- | :----: | ----: |
| aaaa | bbbbbb | ccccc |
| a | b | c |
left center right
aaaa bbbbbb ccccc
a b c