Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/you21979/test
https://github.com/you21979/test
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/you21979/test
- Owner: you21979
- Created: 2012-10-10T02:53:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-10T03:41:18.000Z (about 12 years ago)
- Last Synced: 2024-04-15T04:27:30.256Z (7 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
プロジェクト・タイトル
======================
ここにプロジェクトの概要を書きます。
行末にスペースを2つ入れると
改行されます。段落を分けるには、[空行](http://example.com/) を入れます。
使い方
------
### インライン ###
インラインのコードは、**バッククォート** (`` ` ``) で囲みます。### ブロックレベル ###
$(function() {
alert($); /* 先頭に4文字のスペース、
もしくはタブを挿入します */
});
パラメータの解説
----------------
リストの間に空行を挟むと、それぞれのリストに `` タグが挿入され、行間が
広くなります。def MyFunction(param1, param2, ...)
+ `param1` :
_パラメータ1_ の説明+ `param2` :
_パラメータ2_ の説明関連情報
--------
### リンク、ネストしたリスト
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