Markdown Brief description Display style

Source: Internet
Author: User

Markdown What is markdown:

???? Markdown is a markup language that can be written using an ordinary text editor, which can have a certain format for normal text content with simple markup syntax.
?? Markdown has a series of derivative versions that extend the functionality of markdown (such as tables, footnotes, embedded HTML, and so on) that the original markdown does not yet have, allowing Markdown to be converted into more formats, such as Latex,docbook. Markdown enhanced version of the more famous have markdown Extra, Multimarkdown, Maruku and so on. These derivative versions are either based on tools such as Pandoc, or based on web sites, such as GitHub and Wikipedia, which are syntactically basic compatible, but have some changes in syntax and rendering effects.

Markdown's tenet:

Markdown's goal is to achieve "easy to read and write"
HTML is a published format, and Markdown is a form of writing. The format syntax for Markdown only covers the range that plain text can cover.

Markdown using:

Emphasis: the text of emphasis
Paragraph:

Paragraph b bold i italic u underline del Delete line Baidu link


Test span: Test span
Document Application ? Copyright symbols
Special characters:< < & &
Love Love Love Love

H1-h6 font: H1h2h3h4h5h6 How to reference and nest:

Reference
You can also add ">" after the first line only

Nesting 1

Nesting 2

Nesting 3

Nesting 4

List elements:
    • Bird
    • McHale
    • Parish
    1. Bird
    2. McHale
    3. Parish
    • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
      Aliquam hendrerit mi posuere lectus. Vestibulum Enim Wisi,
      Viverra nec, Fringilla in, Laoreet Vitae, Risus.
    • Donec sit amet nisl. Aliquam semper ipsum sit amet velit.
      Suspendisse ID sem consectetuer libero luctus adipiscing.
Pretreatment:
Pretreatment
Format

Code Insertion Method:

Use printf() Functioon

#this is a section of python code
import numpy as np
def numpytest():
????num=np.arange(0,10,2)
????print(num)
numpytest()


How to insert a line:
--- ___***都可以画一条线
        • Can be labeled as a list
Link:

In-line:
Link text
Link Local
LINK Type:
This was an example Reference-style link.
Ann

Image Insertion Method:


The following symbol is preceded by a backslash \ To help insert the normal symbol:
\   反斜线`   反引号*   星号_   底线{}  花括号[]  方括号()  括弧#   井字号+   加号-   减号.   英文句点!   惊叹号
Add a table to Markdown:
1.1 1.2
2.1 2.2

Specific source format See blog Markdown Brief description of the source code

Markdown Brief description Display style

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.