天天看點

markdonw 一個模版

項目名稱

======================

在這裡我寫一個項目概述

段落分明、[空行](http://example.com/) 的項目概述。

如何使用

------

### 排隊 ###

内嵌代碼、**反引号** (`` ` ``) 。

### 塊級 ###

<script type="text/javascript" src="jquery.min.js"></script>

<script type="text/javascript">

$(function() {

alert($);

});

</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 &copy; 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

轉載于:https://www.cnblogs.com/yufenghou/p/4458348.html