diff options
author | tumashu <tumashu@web> | 2009-07-19 01:08:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-19 01:08:23 -0400 |
commit | fa2c3a3dba2a4589b63cf445ec9e33ec19be627e (patch) | |
tree | 3fb39f2f2188466efcc0ed98450b8489e23808f9 /doc | |
parent | 2ea4b9e6789ff2ed0f2281c3c2aee1cedf113d05 (diff) |
add chinese test
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sandbox.mdwn | 51 |
1 files changed, 50 insertions, 1 deletions
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn index 5e9c05225..6730dd146 100644 --- a/doc/sandbox.mdwn +++ b/doc/sandbox.mdwn @@ -106,7 +106,56 @@ But, of course, rsync is better. Let's see what happens... ~~ -測試的啦 +#中文标题一 +##中文标题二 +###中文标题三 +... +######中文标题六 + +###正文: + +君不见,黄河之水天上来,奔流到海不复回。 + +君不见,高堂明镜悲白发,朝如青丝暮成雪。 + +人生得意须尽欢,莫使金樽空对月。 + +天生我材必有用,千金散尽还复来。 + +###列表: + +* 天空 + + 1. 蓝色的 + 2. 好高啊 + +* 海洋 + + 1. 有鱼 + + * 鲸鱼 + * 鲨鱼 + + +* 大地 + +###链接: + +[谷歌](http://www.google.com) + +###引用: + +> 一级引用 +> +> 一级引用 +> +> > 二级引用 +> +>> 没有空格也可以 +>>> 三级引用 +> +> 回到一级引用 + ---- |