Skip to content

Instantly share code, notes, and snippets.

@masaru-b-cl
Created November 21, 2012 08:39
Show Gist options
  • Save masaru-b-cl/4123840 to your computer and use it in GitHub Desktop.
Save masaru-b-cl/4123840 to your computer and use it in GitHub Desktop.
自分用のMarkdown記法のチートシート

Header

H1

H2

H3

H4

H5
H6

Paragraph

first paragraph.

second paragraph.

third
paragraph.

Code

Multi line

var s = "Hello World";
Console.WriteLine(s);

Inline

this is code.

contains backtick (`) code

Lists

Unorderd list

  • a
  • b
    • b-1
      • b-1-1
    • b-2
  • c

Ordered list

  1. a
  2. b
  3. c

Blockquotes

quoted paragraph.

other paragraph ...

Horizontal Rules


Links

Manual

text

Automatic

http://example.com/

Follows

First, Second, Third,

Emphasis

Emphasis

Strong

Images

Alt text

Escape

*No emphasis*

- No list

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