The basic grammar
# 1 title # # 2 headlines # # # # # # # 3 4 headlines # # # # # # # 5 # # # # six levels of headingsCopy the code
The text bold
Text italic text deletion lineCopy the code
The list of
An ordered list
1. Ordered list 1 2. Ordered list 2 3. Nested ordered list 1 2. Nested ordered list 2 3. Nested ordered list 3Copy the code
Unordered list
Unordered list 1 Unordered list 2 Unordered list 3 Nested list 1 nested list 2Copy the code
form
| | left-aligned title right-aligned headlines | | centered alignment | : -- -- -- -- -- - | -- -- -- -- -- - : | : -- -- -- -- -- - : | | the | | secondary text essay slightly longer text | | a little bit longer text | the | | secondary text essayCopy the code
Images and web links
[Link description](link address :https://www.baidu.com/) [Image description](network image address HTTP...) 2. Insert local image There is a button to upload local image at the bottom of the nuggets editor. You can click upload 3, directly paste pictures can use wechat or other third-party screenshot tools, screenshot directly paste can be, nuggets will help you generate linksCopy the code
Insert the reference
> Reference contentCopy the code
Insert the code
Function test(){console.log('this is a test')} 'Copy the code
The divider
*** - Two ways to work, and only need to enter more than three * or - to achieve the effectCopy the code
Blank lines and text newlines
Empty lines: & have spent (Remember to include semicolons) Text newline: "Add two Spaces at the end of the text and press enter." If multiple blank lines need to be entered, the above two lines need to be combinedCopy the code
shortcuts
- Bold: CMD + B
- Insert link: CMD +K
- Insert a secondary heading: CMD +H
- Insert CMD +shift+C
- Line code: CMD +shift+K
- Insert image: CMD +shift+I
- Unordered list: CMD +shift+L
Editor shortcut keys
- Press Alt +↑/↓ to move the selected content
- Press Alt + Shift +↑/↓ to copy the selected content
Setting text Styles
The Size: To specify the text size, the browser default value is 3 <font face=" bold "> bold </font> <font face=" Microsoft Yahei "> Microsoft Yahei </font> <font face="STCAIYUN"> Chinese color cloud </font> <font > <font Color =#0099ff size=7 face=" black ">color=#0099ff size=72 face=" black "</font> <font color=# 00FFFF size=72> <font color=gray size=72>color=gray</font>Copy the code