Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 04:07
Show Gist options
  • Save nishinoshake/be6feec41386f71661bab80a6341aa73 to your computer and use it in GitHub Desktop.
Save nishinoshake/be6feec41386f71661bab80a6341aa73 to your computer and use it in GitHub Desktop.
Markdown記法

Markdown記法について

セクション見出し

細かい見出し

h4

h5
h6

強調

  • リスト1
  • リスト2
  • リスト3

空白行で段落

  1. 番号付き1
  2. 番号付き2
  3. 番号付き3

水平線


リンク: Google

脚注

var i = 1;

var i = 1;
console.log('hello');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment