diff --git a/Notebook-HengkuanZhang.md b/Notebook-HengkuanZhang.md index ef980ff076f4ba773d4c89afd13891b79d3f8141..63ea4addf25899a0e2831183d461772c3b4f9a4b 100644 --- a/Notebook-HengkuanZhang.md +++ b/Notebook-HengkuanZhang.md @@ -1,2 +1,48 @@ # 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