Actions
Wiki¶
h1. 見出し1
h2. 見出し2
h3. 見出し3
h4. 見出し4
h5. 見出し5
h6. 見出し6
- the
 - quick
** brown
*** fox
*** jumps
** over
** the - lazy
 - dog
 
番号付きリスト1¶
番号付きリスト1_1¶
番号付きリスト1_2¶
番号付きリスト2¶
番号付きリスト3¶
お世話になります。xxxです。
ご連絡いただいた、バグの件ですが、仕様です。
お世話になります。 yyyです。
あの新機能バグってるっすね
h3. コード記法
インストールコマンドは @gem install hoge@ です
h3. 強調
normal italic normal
normal italic normal
normal bold normal
normal bold normal
normal *bold * normal
normal _bold _ normal
h3. 水平線¶
h3. リンク
"Google先生":https://www.google.co.jp/
h3. 取り消し線
取り消し線
h3. コード
3つのバッククォート記号でくくることで、コード例を示します
[ozuma@vpscon ~]$ cp a
cp: missing destination file operand after `a'
Try `cp --help' for more information.
class Hoge
  def hoge
    print 'hoge'
  end
end
h3. 表組み
| header1 | header2 | header3 | 
|---|---|---|
| align left | align right | align center | 
| a | b | c | 
| C:\Users\Documents\a2.txt | C:\Users\Documents\a1.txt |
| aaa | aaa |
|{background: #fff7d6}. bbbaaa |{background: #fff7d6}. bbb |
| ccc | ccc |
|{background: #fff7d6}. qqq |{background: #fff7d6}. ddd |
| eee | eee |
|{background: #fff7d6}. ppp |{background: #fff7d6}. fff |
| ggg | ggg |
|  |  |
Updated by taku toma about 2 months ago · 9 revisions