Markdown Grammar Memo _ Other synthesis

Source: Internet
Author: User
Tags html tags

Markdown Editor

Windows:
1. Markdownpad
2. Markpad

Mac:
*mou

Linux:
* Retext

Markdown syntax

1. Title

Copy Code code as follows:

# H1 < level headings >
# # h2< level two title >
By analogy until
###### h6< level six title >

Note: #号和文字之间要有一个空格

2. Text Format

Copy Code code as follows:

* * Text Bold * *---> Add two * (asterisk) around the text to be bold
* Text Italic *---> Add a * (asterisk) around the text that you want to become italic
~ ~ Text on the delete line ~ ~---> in the text around add two ~ (wave number)

3. Unordered list
Precede the list item with a * number, and a space between the * number and the text

Copy Code code as follows:

* List Item 1
* List Item 2
* List Item 3

4. Ordered list
A list of numbers, preceded by a number in the list item, followed by a "."

Copy Code code as follows:

1. List Item 1
2. List Item 2
3. List Item 3
5. Reference

Add > to the text you want to reference there are spaces between the,> and the referenced text

> The text to be referenced

6. Link

[] Fill in the text to be displayed, () Fill in the link address

[Link name] (Link address)

7. Picture

First write A! exclamation mark, [] fill in the description of the picture, () fill in the address of the picture

! [Picture Name] (Picture address)

8. Line Change
Press ENTER two times
or fill in <br>

9. Horizontal Line
***

10. Code
Add ' <> ' around the code

' <print, Hello World ' > '

11. code block highlighting
Add three ' numbers up and down the code block

"Python
Def Say_hello ():
print "Hello World"
```

12. Table
Markdown itself does not support tables, but you can use HTML tags directly to implement table functionality

13. Space

Continuous line of blank writing
The whole square big blank write
Half a square big blank write

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.