标签:
项目名称
======================
在这里我写一个项目概述
段落分明、[空行](http://example.com/) 的项目概述。
如何使用
------
### 排队 ###
内嵌代码、**反引号** (`` ` ``) 。
### 块级 ###
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript">
$(function() {
alert($); /* 先頭に4文字のスペース、
もしくはタブを挿入します */
});
</script>
参数说明
----------------
下面是这个函数的定义。
def MyFunction(param1, param2, ...)
+ `param1` :
第一个参数的说明
+ `param2` :
第二个参数的说明
相关信息
--------
### 链接 嵌套列表
1. [链接1](http://example.com/ "リンクのタイトル")
* ![画像1](http://github.com/unicorn.png "画像のタイトル")
2. [リンク2][link]
- [![画像2][image]](https://github.com/)
[link]: http://example.com/ "インデックス型のリンク"
[image]: http://github.com/github.png "インデックス型の画像"
### 引用 引用嵌套
> 这是一个引用。
>
> > 整个空间`>` を重ねると、引用の中で引用ができますが、
> > GitHubの場合、1行前に空の引用が無いと、正しくマークアップされません。
ライセンス
----------
Copyright © 2011 xxxxxx
Licensed under the [Apache License, Version 2.0][Apache]
Distributed under the [MIT License][mit].
Dual licensed under the [MIT license][MIT] and [GPL license][GPL].
[Apache]: http://www.apache.org/licenses/LICENSE-2.0
[MIT]: http://www.opensource.org/licenses/mit-license.php
[GPL]: http://www.gnu.org/licenses/gpl.html
标签:
原文地址:http://www.cnblogs.com/yufenghou/p/4458348.html