Skip to content

Instantly share code, notes, and snippets.

@catoidrobo
Last active February 17, 2016 23:59
Show Gist options
  • Save catoidrobo/9502103 to your computer and use it in GitHub Desktop.
Save catoidrobo/9502103 to your computer and use it in GitHub Desktop.
マークダウンの書き方(.md or .markdown)

#段落(空行をあける) 1段落目

2段落目

#改行(行末に2つスペースを入れる) あうあう
あうあう

#強調(順に * , _ , ** , __ で挟む) 強調 または 強調
強い強調 または 強い強調

#コードの表示 $hoge = 1

←半角スペース4つ $hoge1 = 1 //1行目
←半角スペース4つ $hoge2 = 2 //2行目
←半角スペース4つ $hoge3 = 3 //3行目

#リスト

  • リスト1
  • リストリスト1-2
  • リスト2
  1. 順番つきリスト
  2. 順番つきリスト
  3. 順番つきリスト

#見出し

H2見出し

H4見出し

H6見出し

H1見出し(イコール行を挿入。)

H2見出し(ハイフン行を挿入。)

ここでコピペが疲れる あとは引用、リンク、画像、水平線がある
全部で11個あるのかな
http://codechord.com/2012/01/readme-markdown/

@lorentzca
Copy link

https://guides.github.com/features/mastering-markdown/
GitHub公式ドキュメント参考になりまっせ
GitHub固有の書式についても書いてある

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment