The # sign indicates the font size. 1 # is the largest code: # wordCopy the code
The code block
Wrap the front and back separately with three 'code:' 'csharp' put the code hereCopy the code
public void Fun()
{
int i = 0;
string s = "s";
}
Copy the code
Random order
Add a -- b -- v...Copy the code
- b
- v
- e
- q
In order to arrange
1. 2. 3.... 1. a 2. b 3. cCopy the code
- a
- b
- c
Refer to words
It's preceded by a > > here's the referenceCopy the code
Here’s the quote
Insert the picture
Exclamation point! + [image name] + (image address)Copy the code
Insert the link
[Link name](URL)Copy the code
I am a link
The bold words
Both front and back with two ** wrapped ** to be bold word **Copy the code
I am a bold
Italic text
Front and back with a * wrap * to be slanted word *Copy the code
I am italic
form
The table with | discharged Below the title - off the line and need not add: left-aligned, on both sides of the middle alignment:, right-aligned right add: | name gender age | | | | -- - | : -- -- -- -- -- : | -- -- -- -- -- : | | a | | | 20 male female | b | | and | | | c f | | 18Copy the code
The name | gender | age |
---|---|---|
a | male | 20 |
b | female | 22 |
c | female | 18 |
To-do list
Some editors do not support it, such as Simple bookCopy the code
[] Eat [X] sleep