Markdown 示例

Markdown Sample

Posted by J Leaves on September 10, 2018

This is a Markdown-generated sample article.

 


Part 1. Different Headings:

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Normal text.

 


Part 2. Diffeents empahsis on texts:

Normal text.

Bold text.

Italic text.

Bold and italic text.

A text with a code as a part.

 


Part 3. Quotes:

This is a blockquote.

This is an indented blockquote.

This is a blockquote.

 


Part 4. Lists

  1. 1st item in an Ordered List

  2. 2nd item in an Ordered List

  3. 3rd item in an Ordered List

    • 1th piece in a Unordered List

    • 2th piece in a Unordered List

    • 3th piece in a Unordered List

  4. 4th item in an Ordered List

 


Part 5. Code Blocks

1
2
myname = "J Leaves"
print("Hello world by "+myname)

 


Part 6. Links

Normal URL: This is J Leaves’s Blog.

URL with a tooltip: This is J Leaves’s Blog (with a tooltip saying “a fantastic website”).

Plain URL: This is https://jleaves.tk.

Email address: Email to user@example.com.

Emphasized URL: This is J Leaves’s Blog.

Reference-style URL: You can find more in J Leaves’s Blog and you are welcome to ask any questions.

 


Part 7. Images

Normal image:

sample-image-1

Image with a link:

sample-image-2

 


Download the .md and .jpg file of this article here.

For more refenrence, visit Markdown Guide (in English).