LoginSignup
2
8

More than 5 years have passed since last update.

マークダウン チートシート

Posted at

Markdown Cheat sheets


見出し1

見出し2

見出し3

見出し4

見出し5
見出し6

  • リスト1
    • 子リスト1_1
      • 孫リスト1_1_1
      • 孫リスト1_1_2
    • 子リスト1_2
  • リスト2
  • リスト3

  1. 番号付きリスト1
    1. 番号付きリスト1_1
    2. 番号付きリスト1_2
      1. 番号付きリスト1_2_1
      2. 番号付きリスト1_2_2
      3. 番号付きリスト1_2_3
  2. 番号付きリスト2
  3. 番号付きリスト3

  • チェックボックス on
  • チェックボックス off

引用

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

バグってます。


二重引用

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

バグってます。

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

先日納品させて頂いたシステムの調子はいかがでしょうか。


インラインコード表示 composer install


コード表示はスペース4 or タブ

public function hoge()
{
    return 'hoge';
}

チルダ × 3 でもOK

public function hoge()
{
    return 'hoge';
}

バッククオート × 3 でもOK

public function hoge()
{
    return 'hoge';
}

チルダ or バッククオートの後に言語名でシンタックスハイライト

※Qiitaの場合はruby:index.rbとすることでファイル名も明示可能

index.rb
class Hoge
    def hoge
        print 'hoge'
    end
end

改行は

スペース2


強調 <em>

italic

italic


強調 <strong>

bold

bold


強調 <em> + <strong>

italic + bold

italic + bold


打ち消し


本文本文本文 注釈1

本文本文本文 脚注1


自動リンク

http://qiita.com

http://qiita.com


インラインリンク

Google

Qiita

Qiita


リンク共有
ここここ のリンクは連動。


画像

ダミー画像

ダミー画像

Build Status
Total Downloads
Latest Stable Version
Latest Unstable Version
License


水平線





———————————————————


テーブル

Left align Right align Center align
left right center
aligned aligned aligned
column column column
2
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
8