Common MarkDown shortcuts
- Bold: Ctrl/Cmd + B
- Title: Ctrl/Cmd+H(use this format with Spaces between #)
- Insert link: Ctrl/Cmd+ K
- Insert code: Ctrl/Cmd+Shift+C
- Line code: Ctrl/Cmd+Shift+ K
- Insert image: Ctrl/Cmd+Shift+I
- Unordered list: Ctrl/Cmd+Shift+L
- Cancellation: Ctrl/Cmd + z
Common grammar
The title
Syntax: ‘#’ space text (the number of ‘#’ indicates the level of the title)
The list of
Unordered list syntax format: ‘-‘ + space + text
- Text a
- Text 2
- Text three ordered list syntax format: ‘number’ + ‘. ‘+’ space ‘
- Text a
- Text 2
- Text three task list syntax ** ‘-‘ + ‘space’ + ‘[space]’ + ‘space’ + ‘text’ **
- Text a
- Text 2
- Text three
Links and pictures
Insert picture format:! [Photo annotation] (link address)! Img Insert link format: [display text] (link address) Display text
reference
Syntax: ‘>’ + ‘space’ + ‘text’
Refer to the content
code
Syntax for code snippets: The contents of the three ‘ ‘ ‘programming language this is code snippets’