# font
**加粗**
*斜体*
~~横线~~
[title](http://127.0.0.1)
#list
无须列表
*1
*2
*3
有须列表
1. 1
2. 2
3. 3
#引用
>这里是引用
#table
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
#代码框
`
System.out.print("我是啦啦我骄傲")
`
<pre class=” java; gutter: true;”>
// Java代码
class HelloImportnew {
}
</pre>