Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@miukoba
Created April 29, 2012 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miukoba/2526160 to your computer and use it in GitHub Desktop.
Save miukoba/2526160 to your computer and use it in GitHub Desktop.
Markdown template (cheat sheet)

Headers - 見出し

This is an H1

This is an H1

This is an H2

This is an H2

This is an H3

This is an H4

This is an H5
This is an H6

Blockquotes – 引用

This is a header.

This is the first level of quoting.

This is nested blockquote.

Back to the first level.

  1. This is the first list item.
  2. This is the second list item.

Lists – リスト

Unordered lists

  • ListA
  • ListA-1
  • ListA-2
  • ListB
  • ListB-1

Unordered lists 2

  • ListA
  • ListA-1
  • ListA-2
  • ListB
  • ListB-1

Unordered lists 3

  • ListA
  • ListA-1
  • ListA-2
  • ListB
  • ListB-1

Unordered lists 4

  • ListA
  • ListA-1
  • ListA-2
  • ListB
  • ListB-1

Ordered lists

  1. List1
  2. List1-1
  3. List1-2
  4. List2
  5. List2-1

Code Blocks – ソースコードを表現

This is a normal paragraph:

This is a code block.

Here is an example of AppleScript:

tell application "Foo"
    beep
end tell

Links – リンク

http://www.google.com/

address@example.com


google

This is an example inline link.

This link has no title attribute.

See my About page for details.


Google

I get 10 times more traffic from Google 1 than from [Yahoo] 2 or [MSN] 3.


Images - 画像

dummy image

Alt text


Emphasis – 強調

single asterisks

single underscores

double asterisks

double underscores


Code -ソースコードの記述

Use the printf() function.

There is a literal backtick (`) here.


Backslash Escapes – バックスラッシュ(円記号)による変換回避

\ backslash

` backtick

* asterisk

_ underscore

{} curly braces

[] square brackets

() parentheses

# hash mark

+ plus sign

- minus sign (hyphen)

. dot

! exclamation mark


Horizontal Rules - 罫線

hr


hr


hr


hr


hr


hr


hr


hr


hr


end

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