Update Notebook-HengkuanZhang.md

parent b36b2df9
# Notebook
## Mission 1
1. Research and history function
In the GitLab interface (top right), a text entry field intialized with the text “Search or jump to ...” permits to search for a character string in all files of the current project.
2. How to use Markdown
1. Headers
Using #, number of # represents the level of tag.
2. Emphasis
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
_You **can** combine them_
3. Bullet list
Using -
4. Numbered list
Using numbers like 1. 2.
5. Hypertext link
e.g. [CSC](https://www.csc.edu.cn/chuguo)
6. Code
```
Less is more.
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment