Markdown five-minute Express

Source: Internet
Author: User

In order to enhance the efficiency of subsequent Wiki development, write a document written using the prescriptive tools in accordance with the specification.

    • Windows users recommend using the editor Markdownpad
      : http://markdownpad.com

    • MAC User Recommended editor Macdown
      : http://macdown.uranusjr.com/

    • Blog blogger's Baidu Cloud disk: Http://pan.baidu.com/s/1mgrfijQ
Title

# + 空格You can add a heading style by adding it before the title content:

    • First level title add a # + space, for example: # I'm a headline
    • The second level title adds two # + spaces, for example: # # I'm level two heading.
    • Level Three title add three # + spaces, for example: # # # I am a three-level title.

In turn ...

Special word processing line wrapping

Writing examples:

我是第一行(后面有两个空格)  我是第二行

Effect:

I am the first line (there are two spaces behind)
I'm the second line.

Bold

Writing examples:

**我是粗体**

Effect:
I am a bold

Highlight

Writing examples:

`请把我标亮`

Effect:

请把我标亮

List level list (without ordinal)

Writing examples:

- 列表 1(减号 + 空格)- 列表 2

Effect:

    • Listing 1 (minus + spaces)
    • Listing 2
First Level list (with serial number)

Writing examples:

1. 列表 1(自然数 + 点 + 空格)2. 列表 2

Effect:

    1. List 1 (natural number + dots + spaces)
    2. Listing 2
Level two list (without serial number)

Writing examples:

- 列表 1(一级列表:减号 + 空格) - 列表 1.1(二级列表:空格 + 减号 + 空格) - 列表 1.2- 列表 2

Effect:

    • List 1 (First level list: minus + spaces)
      • List 1.1 (Level two list: space + minus sign + space)
      • Listing 1.2
    • Listing 2
Add a picture

Writing examples:

![图片描述性文字](图片相对地址)

Effect:

Add a hyperlink

Writing examples:

[链接描述文字(可见)](链接地址)

Effect:

Click to jump to Geek college

Reference

Writing examples:

>注意:  我是引用的内容(空一行就结束引用)。

Effect:

Attention:
I am referring to the content (an empty line on the end of the reference).

Add code

Writing examples:

The '/////code area is three ' or ' enclosed in public class person {    //code indent please use four spaces, do not use Tab} '

Effect:

// 代码区域的上下分别用三个 ` 括起来public class Person {    // 代码缩进请使用 四个空格,不要使用 Tab}
Special attention
    1. Both the English letter and the Chinese need space between the two sides (no space between English and the symbol)
    2. Both sides of the highlighted English need space
    3. The code symbol ' above requires a blank line, and an empty line is required under ' end '
    4. Use Chinese punctuation between Chinese and short English
    5. Only one # title can appear in an article
    6. After the title #, you need a blank space.

Markdown five-minute Express

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.