Naiteluo

home

All Markdown Style

01 Jan 2011

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Strong and Emphasize

emphasize strong emphasize strong

Goto mmnn

Click here: Go to Google. Then, anywhere else in the doc, define the link:

An email example@example.com link.

Images

Github

Github

Lists

order list:

  1. Foo
  2. Bar

unorder list:

nested list:

Blockquotes

Email-style angle brackets are used for blockquotes.

And, they can be nested.

Headers in blockquotes

  • You can quote a list.
  • Etc.

Inline Code

<code> spans are delimited by backticks.

You can include literal backticks like `this`.

Block Code

This is a normal paragraph.

This is a preformatted
code block.

Horizontal Rules




Fenced code blocks are like Stardard
Markdown’s regular code blocks, except that
they’re not indented and instead rely on a
start and end fence lines to delimit the code
block.