本页源码地址
1.标题的书写
一级标题
二级标题 也可以在文字下方接===或者—-来表明是2级标题
三级标题
四级标题
五级标题
六级标题
2.列表书写
- 有序列表1
- 有序列表2
- 有序列表3
- 无序列表1
- 无序列表2
- 无序列表2.1
- 无序列表2.2
3.引用
引用了xxx的文档
4.粗斜体
加粗
斜体
粗斜体
5.添加链接
1.百度
2.百度
3.http://www.baidu.com/
6.代码
1.
echo “hello world”;
2.echo "hello world"
7.分割和删除
abcdefghijk
mlnopq
1.
2.
3.
**8.代码以及高亮
System.out.Println("hello java")
fmt.Println("hello go")
require 'redcarpet'
markdown = Redcarpet.new("Hello ruby!")
puts markdown.to_html
select * from user
9.表格
班级 | 人数 | 学费 |
高一2班 | 44 | $1600 |
高一3班 | 33 | $1233 |
高一4班 | 43 | $1333 |
10.公式
1.块公式
x=−b±b2−4ac−−−−−−−√2a x = − b ± b 2 − 4 a c 2 a
y=x+7 y = x + 7
2.行公式
Γ(n)=(n−1)!∀n∈N
Γ
(
n
)
=
(
n
−
1
)
!
∀
n
∈
N
y=x+7
y
=
x
+
7
11.UML模型图
1.时序图
Created with Raphaël 2.1.2 UserAction UserAction UserService UserService UserDao UserDao Login(username,password) GetUser(username,password) User user User user
2.流程图
Created with Raphaël 2.1.2 用户输入 接收用户参数 是否存在该用户? 返回用户 yes no