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