markdown記法


フォント

Qiitaのマークダウンで色をつける方法[140色]

参考:

header1 header2 header3
align left align right align center
a b c

[google][google]
その他の文章
[google][google]

google






  • normal bold normal normal bold normal

normal italic normal
normal italic normal

インストールコマンドは gem install hoge です

# tab
hoge
end

# Space
class Hoge
  def hoge
    print 'hoge'
  end
end

お世話になります。xxxです。

ご連絡いただいた、バグの件ですが、仕様です。

  1. 番号付きリスト1
    1. 番号付きリスト1_1
    2. 番号付きリスト1_2
  2. 番号付きリスト2
  3. 番号付きリスト3
  • リスト1
    • ネスト リスト1_1
      • ネスト リスト1_1_1
      • ネスト リスト1_1_2
    • ネスト リスト1_2
  • リスト2
  • リスト3